#EDA032

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

Shades of Yellow Sea #EDA032

Tints of Yellow Sea #EDA032

Color information

#EDA032 (or 0xEDA032) is unknown color: approx Yellow Sea. HEX triplet: ED, A0 and 32. RGB value is (237,160,50). Sum of RGB (Red+Green+Blue) = 237+160+50=447 (59% of max value = 765). Red value is 237 (92.97% from 255 or 53.02% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 50 (19.92% from 255 or 11.19% from 447); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA032 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA032 is #125FCD. Grayscale: #ABABAB. Windows color (decimal): -1204174 or 3317997. OLE color: 3317997.

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

Color convert

RGB23716050-
CMYK00.320.790.07
HSL35.29º83.86%56.27%-
HSV(B)35.29º78.9%92.94%-
XYZ48.0743.388.86-
YUV170.4860.01175.44-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.02%
GREEN value IS 160 (62.89% from 255) = 35.79%
BLUE value IS 50 (19.92% from 255) = 11.19%
R=53.02%
G=35.79%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.79
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371605000.320.790.0735.2983.8656.27
HexEDA0320204F7235438
Octal3552406204011774312470
Binary1110110110100000110010010000010011111111000111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA032; }

 p { color: rgb(237,160,50); }

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

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

 a { background-color: rgb(237,160,50); }

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

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

 span { border-color: rgb(237,160,50); }

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