COLOR #ED965B

HEX: #ED965B
RGB: (237,150,91)

Color info

#ED965B contains mainly red color. Web safe color of #ED965B is #FF9966 (or #F96).

RGB color model

#ED965B color RGB value is (237,150,91).

  • red value is 237;
  • green value is 150;
  • blue value is 91.
RGB:
(237,150,91)
(93%,59%,36%)

RGB channels and saturation

R 237 of 255 = 93%
G 150 of 255 = 59%
B 91 of 255 = 36%

237
150
91

R + G + B ~ 63%. #ED965B is quite light color.

Portions of RGB colors in percentages

R + G + B =
237 + 150 + 91 = 478 (100%)
R 237 of 478 ~ 49.58%
G 150 of 478 ~ 31.38%
B 91 of 478 ~ 19.04%

%49.58
%31.38
%19.04

CMYK color model

#ED965B color CMYK value is (0,37,62,7).

  • cyan value is 0.00%
  • magenta value is 36.71%
  • yellow value is 61.60%
  • key color value is 7.06%
CMYK:
(0,37,62,7)
C0M37Y62K7 
(0%,37%,62%,7%)
(0.00/0.37/0.62/0.07)	

CMYK percentages

%0
%36.71
%61.6
%7.06

Codes

Color #ED965B in popluar color models

ED965B
RGB23715091
HSL24°80.22%64.31%
HSB/HSV24°61.60%92.94%
CMYK0.00%36.71%61.60%
7.06%

Color #ED965B in popluar number systems.

HEXED965B
Decimal23715091
Binary11101101100101101011011
Octal355226133

Shades and tints

Shades of #ED965B

#ED965B
(237,150,91)
#D88953
(216,137,83)
#C37C4B
(195,124,75)
#AE6F43
(174,111,67)
#99623B
(153,98,59)
#845533
(132,85,51)
#6F482B
(111,72,43)
#5A3B23
(90,59,35)
#452E1B
(69,46,27)
#302113
(48,33,19)
#1B140B
(27,20,11)
#000000
(0,0,0)

Tints of #ED965B

#ED965B
(237,150,91)
#EE9F69
(238,159,105)
#EFA877
(239,168,119)
#F0B185
(240,177,133)
#F1BA93
(241,186,147)
#F2C3A1
(242,195,161)
#F3CCAF
(243,204,175)
#F4D5BD
(244,213,189)
#F5DECB
(245,222,203)
#F6E7D9
(246,231,217)
#F7F0E7
(247,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ED965B color. Also use rgb(237,150,91) instead hex code.

Text Font Color

.myTextColor { color: #ED965B; }

<p style="color:#ED965B">This sample text font color is #ED965B.</p>

This text font color is #ED965B.


Background Color

.myBgColor { background-color: #ED965B; }

<div style="background-color:#ED965B">Inner text</div>

This div background color is #ED965B.


Border color

.myBorderColor { border: 1px solid #ED965B; }

<div style="border:3px solid #ED965B">Div</div>

This div border color is #ED965B.


Opacity

.myOpacity80 { color: #ED965B; opacity: 0.8; }

<p style="color:#ED965B;opacity:0.8;">80%</p>

Text with #ED965B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #ED965B;}

<p style="text-shadow: 3px 3px 1px #ED965B">Text here.</p>

This text has shadow with #ED965B color.

.textShadow {text-shadow: 3px 3px 1px #ED965B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #ED965B, 5px 5px 20px red">Text here.</p>

This text has shadow with #ED965B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#ED965B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#ED965B, Direction=45, Strength=4)">Text</p>

This text has shadow with #ED965B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #ED965B;
  -webkit-box-shadow:	1px 1px 3px 2px #ED965B;
  box-shadow:		1px 1px 3px 2px #ED965B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #ED965B;
-webkit-box-shadow: 1px 1px 3px 2px #ED965B;
box-shadow:1px 1px 3px 2px #ED965B;">
Div content here</div>
This div box has shadow with color #ED965B.

Preview

Color preview on black background

This text has color #ED965B on black background.


Color preview on white background

This text has color #ED965B on white background.



Black color preview on #ED965B background

This text has black color on #ED965B background.


White color preview on #ED965B background

This text has white color on #ED965B background.