#ECA43B

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

Shades of Yellow Sea #ECA43B

Tints of Yellow Sea #ECA43B

Color information

#ECA43B (or 0xECA43B) is unknown color: approx Yellow Sea. HEX triplet: EC, A4 and 3B. RGB value is (236,164,59). Sum of RGB (Red+Green+Blue) = 236+164+59=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 164 (64.45% from 255 or 35.73% from 459); Blue value is 59 (23.44% from 255 or 12.85% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA43B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA43B is #135BC4. Grayscale: #AEAEAE. Windows color (decimal): -1268677 or 3908844. OLE color: 3908844.

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

Color convert

RGB23616459-
CMYK00.310.750.07
HSL35.59º82.33%57.84%-
HSV(B)35.59º75%92.55%-
XYZ48.6644.710.2-
YUV173.5663.35172.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.42%
GREEN value IS 164 (64.45% from 255) = 35.73%
BLUE value IS 59 (23.44% from 255) = 12.85%
R=51.42%
G=35.73%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361645900.310.750.0735.5982.3357.84
HexECA43B01F4B724523a
Octal3542447303711374412272
Binary111011001010010011101101111110010111111001001010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA43B; }

 p { color: rgb(236,164,59); }

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

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

 a { background-color: rgb(236,164,59); }

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

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

 span { border-color: rgb(236,164,59); }

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