#EC9D2C

Color #EC9D2C Yellow Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Sea #EC9D2C

Tints of Yellow Sea #EC9D2C

Color information

#EC9D2C (or 0xEC9D2C) is unknown color: approx Yellow Sea. HEX triplet: EC, 9D and 2C. RGB value is (236,157,44). Sum of RGB (Red+Green+Blue) = 236+157+44=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 44 (17.58% from 255 or 10.07% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9D2C is #1362D3. Grayscale: #A8A8A8. Windows color (decimal): -1270484 or 2924012. OLE color: 2924012.

HSL color Cylindrical-coordinate representation of color #EC9D2C: hue angle of 35.31º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC9D2C is Cyan = 0, Magento = 0.33, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB23615744-
CMYK00.330.810.07
HSL35.31º83.48%54.9%-
HSV(B)35.31º81.36%92.55%-
XYZ47.142.138.03-
YUV167.7458.17176.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 236 (92.58% from 255) = 54.00%
GREEN value IS 157 (61.72% from 255) = 35.93%
BLUE value IS 44 (17.58% from 255) = 10.07%
R=54.00%
G=35.93%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.81
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361574400.330.810.0735.3183.4854.9
HexEC9D2C021517235337
Octal3542355404112174312367
Binary1110110010011101101100010000110100011111000111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9D2C; }

 p { color: rgb(236,157,44); }

 H1.HeaderClassName
 {
   color: #EC9D2C;
 }
 .AnyTagClassName
 {
   color: #EC9D2C;
 }
</style>
background-color css

<style>
 a { background-color: #EC9D2C; }

 a { background-color: rgb(236,157,44); }

 div.DivClassName
 {
   background-color: #EC9D2C;
 }
 .BgClassName
 {
   background-color: #EC9D2C;
 }
</style>
border-color css

<style>
 span { border-color: #EC9D2C; }

 span { border-color: rgb(236,157,44); }

 td.TdClassName
 {
   border-color: #EC9D2C;
 }
 .TagClassName
 {
   border-color: #EC9D2C;
 }
</style>