Html Css Color HEX #EDA039 Yellow Sea

📋 copy color: '#EDA039'

red 237 ◦ green 160 ◦ blue 57

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

Shades of Yellow Sea #EDA039

Tints of Yellow Sea #EDA039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.56%

R = 52.2%
G = 35.24%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EDA039 (or 0xEDA039) is known color: Yellow Sea. HEX triplet: ED, A0 and 39. RGB value is (237,160,57). Sum of RGB (Red+Green+Blue) = 237+160+57=454 (60% of max value = 765). Red value is 237 (92.97% from 255 or 52.20% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 57 (22.66% from 255 or 12.56% from 454); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA039 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA039 is #125FC6. Grayscale: #ABABAB. Windows color (decimal): -1204167 or 3776749. OLE color: 3776749.

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

Color convert

RGB 237 160 57 -
CMYK 0 0.32 0.76 0.07
HSL 34.33º 0.83% 0.58% -
HSV(B) 34.33º 0.76% 0.93% -
XYZ 48.23 43.44 9.71 -
YUV 171.28 63.51 174.88 -
System Red Green Blue C M Y K H S L
Decimal 237 160 57 0 0.32 0.76 0.07 34.33 0.83 0.58
Hex ED A0 39 0 20 4C 7 22 53 3A
Octal 355 240 71 0 40 114 7 42 123 72
Binary 11101101 10100000 111001 0 100000 1001100 111 100010 1010011 111010

Color Harmonies of #EDA039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA039

Black with #EDA039

Text Example


Text Example

White with #EDA039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA039; }

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

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

background-color css

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

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

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

border-color css

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

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

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