#EDA02A

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

Shades of Yellow Sea #EDA02A

Tints of Yellow Sea #EDA02A

Color information

#EDA02A (or 0xEDA02A) is unknown color: approx Yellow Sea. HEX triplet: ED, A0 and 2A. RGB value is (237,160,42). Sum of RGB (Red+Green+Blue) = 237+160+42=439 (58% of max value = 765). Red value is 237 (92.97% from 255 or 53.99% from 439); Green value is 160 (62.89% from 255 or 36.45% from 439); Blue value is 42 (16.80% from 255 or 9.57% from 439); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA02A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA02A is #125FD5. Grayscale: #AAAAAA. Windows color (decimal): -1204182 or 2793709. OLE color: 2793709.

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

Color convert

RGB23716042-
CMYK00.320.820.07
HSL36.31º84.42%54.71%-
HSV(B)36.31º82.28%92.94%-
XYZ47.9143.318.03-
YUV169.5756.01176.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 53.99%
GREEN value IS 160 (62.89% from 255) = 36.45%
BLUE value IS 42 (16.80% from 255) = 9.57%
R=53.99%
G=36.45%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371604200.320.820.0736.3184.4254.71
HexEDA02A020527245437
Octal3552405204012274412467
Binary1110110110100000101010010000010100101111001001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA02A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA02A; }

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

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

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

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

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

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

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

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