#ECA32E

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

Shades of Yellow Sea #ECA32E

Tints of Yellow Sea #ECA32E

Color information

#ECA32E (or 0xECA32E) is unknown color: approx Yellow Sea. HEX triplet: EC, A3 and 2E. RGB value is (236,163,46). Sum of RGB (Red+Green+Blue) = 236+163+46=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 46 (18.36% from 255 or 10.34% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA32E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #ECA32E is #135CD1. Grayscale: #ACACAC. Windows color (decimal): -1268946 or 3056620. OLE color: 3056620.

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

Color convert

RGB23616346-
CMYK00.310.810.07
HSL36.95º83.33%55.29%-
HSV(B)36.95º80.51%92.55%-
XYZ48.1844.228.58-
YUV171.4957.18174.01-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.03%
GREEN value IS 163 (64.06% from 255) = 36.63%
BLUE value IS 46 (18.36% from 255) = 10.34%
R=53.03%
G=36.63%
B=10.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.81
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361634600.310.810.0736.9583.3355.29
HexECA32E01F517255337
Octal3542435603712174512367
Binary111011001010001110111001111110100011111001011010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA32E; }

 p { color: rgb(236,163,46); }

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

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

 a { background-color: rgb(236,163,46); }

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

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

 span { border-color: rgb(236,163,46); }

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