#EC9F2A

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

Shades of Yellow Sea #EC9F2A

Tints of Yellow Sea #EC9F2A

Color information

#EC9F2A (or 0xEC9F2A) is unknown color: approx Yellow Sea. HEX triplet: EC, 9F and 2A. RGB value is (236,159,42). Sum of RGB (Red+Green+Blue) = 236+159+42=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 42 (16.80% from 255 or 9.61% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F2A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC9F2A is #1360D5. Grayscale: #A9A9A9. Windows color (decimal): -1269974 or 2793452. OLE color: 2793452.

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

Color convert

RGB23615942-
CMYK00.330.820.07
HSL36.19º83.62%54.51%-
HSV(B)36.19º82.2%92.55%-
XYZ47.4142.87.95-
YUV168.6856.51176.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 54.00%
GREEN value IS 159 (62.5% from 255) = 36.38%
BLUE value IS 42 (16.80% from 255) = 9.61%
R=54.00%
G=36.38%
B=9.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361594200.330.820.0736.1983.6254.51
HexEC9F2A021527245437
Octal3542375204112274412467
Binary1110110010011111101010010000110100101111001001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9F2A; }

 p { color: rgb(236,159,42); }

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

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

 a { background-color: rgb(236,159,42); }

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

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

 span { border-color: rgb(236,159,42); }

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