#ECA53B

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

Shades of Yellow Sea #ECA53B

Tints of Yellow Sea #ECA53B

Color information

#ECA53B (or 0xECA53B) is unknown color: approx Yellow Sea. HEX triplet: EC, A5 and 3B. RGB value is (236,165,59). Sum of RGB (Red+Green+Blue) = 236+165+59=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 165 (64.84% from 255 or 35.87% from 460); Blue value is 59 (23.44% from 255 or 12.83% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA53B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA53B is #135AC4. Grayscale: #AEAEAE. Windows color (decimal): -1268421 or 3909100. OLE color: 3909100.

HSL color Cylindrical-coordinate representation of color #ECA53B: hue angle of 35.93º 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 #ECA53B is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB23616559-
CMYK00.300.750.07
HSL35.93º82.33%57.84%-
HSV(B)35.93º75%92.55%-
XYZ48.8445.0610.26-
YUV174.1463.02172.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 51.30%
GREEN value IS 165 (64.84% from 255) = 35.87%
BLUE value IS 59 (23.44% from 255) = 12.83%
R=51.30%
G=35.87%
B=12.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361655900.300.750.0735.9382.3357.84
HexECA53B01E4B724523a
Octal3542457303611374412272
Binary111011001010010111101101111010010111111001001010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA53B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA53B; }

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

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

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

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

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

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

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

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