Html Css Color HEX #EDA037 Yellow Sea

📋 copy color: '#EDA037'

red 237 ◦ green 160 ◦ blue 55

#EDA037
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yellow Sea #EDA037

Tints of Yellow Sea #EDA037

RGB

 RED value IS 237 (92.97% from 255) = 52.43%

 GREEN value IS 160 (62.89% from 255) = 35.4%

 BLUE value IS 55 (21.88% from 255) = 12.17%

R = 52.43%
G = 35.4%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EDA037 (or 0xEDA037) is known color: Yellow Sea. HEX triplet: ED, A0 and 37. RGB value is (237,160,55). Sum of RGB (Red+Green+Blue) = 237+160+55=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 160 (62.89% from 255 or 35.40% from 452); Blue value is 55 (21.88% from 255 or 12.17% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA037 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA037 is #125FC8. Grayscale: #ABABAB. Windows color (decimal): -1204169 or 3645677. OLE color: 3645677.

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

Color convert

RGB 237 160 55 -
CMYK 0 0.32 0.77 0.07
HSL 34.62º 0.83% 0.57% -
HSV(B) 34.62º 0.77% 0.93% -
XYZ 48.19 43.42 9.46 -
YUV 171.05 62.51 175.04 -
System Red Green Blue C M Y K H S L
Decimal 237 160 55 0 0.32 0.77 0.07 34.62 0.83 0.57
Hex ED A0 37 0 20 4D 7 23 53 39
Octal 355 240 67 0 40 115 7 43 123 71
Binary 11101101 10100000 110111 0 100000 1001101 111 100011 1010011 111001

Color Harmonies of #EDA037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA037

Black with #EDA037

Text Example


Text Example

White with #EDA037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA037; }

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

 H1.HeaderClassName
 {
   color: #EDA037;
 }
 .AnyTagClassName
 {
   color: #EDA037;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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