Html Css Color HEX #EEA039 Yellow Sea

📋 copy color: '#EEA039'

red 238 ◦ green 160 ◦ blue 57

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

Shades of Yellow Sea #EEA039

Tints of Yellow Sea #EEA039

RGB

 RED value IS 238 (93.36% from 255) = 52.31%

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

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

R = 52.31%
G = 35.16%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EEA039 (or 0xEEA039) is known color: Yellow Sea. HEX triplet: EE, A0 and 39. RGB value is (238,160,57). Sum of RGB (Red+Green+Blue) = 238+160+57=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 160 (62.89% from 255 or 35.16% from 455); Blue value is 57 (22.66% from 255 or 12.53% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA039 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA039 is #115FC6. Grayscale: #ACACAC. Windows color (decimal): -1138631 or 3776750. OLE color: 3776750.

HSL color Cylindrical-coordinate representation of color #EEA039: hue angle of 34.14º degrees, saturation: 0.84, 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 #EEA039 is Cyan = 0, Magento = 0.33, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 160 57 -
CMYK 0 0.33 0.76 0.07
HSL 34.14º 0.84% 0.58% -
HSV(B) 34.14º 0.76% 0.93% -
XYZ 48.57 43.61 9.73 -
YUV 171.58 63.34 175.38 -
System Red Green Blue C M Y K H S L
Decimal 238 160 57 0 0.33 0.76 0.07 34.14 0.84 0.58
Hex EE A0 39 0 21 4C 7 22 54 3A
Octal 356 240 71 0 41 114 7 42 124 72
Binary 11101110 10100000 111001 0 100001 1001100 111 100010 1010100 111010

Color Harmonies of #EEA039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA039

Black with #EEA039

Text Example


Text Example

White with #EEA039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA039; }

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

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

background-color css

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

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

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

border-color css

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

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

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