Html Css Color HEX #EEA02F Yellow Sea

📋 copy color: '#EEA02F'

red 238 ◦ green 160 ◦ blue 47

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

Shades of Yellow Sea #EEA02F

Tints of Yellow Sea #EEA02F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.56%

R = 53.48%
G = 35.96%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EEA02F (or 0xEEA02F) is known color: Yellow Sea. HEX triplet: EE, A0 and 2F. RGB value is (238,160,47). Sum of RGB (Red+Green+Blue) = 238+160+47=445 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.48% from 445); Green value is 160 (62.89% from 255 or 35.96% from 445); Blue value is 47 (18.75% from 255 or 10.56% from 445); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA02F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA02F is #115FD0. Grayscale: #AAAAAA. Windows color (decimal): -1138641 or 3121390. OLE color: 3121390.

HSL color Cylindrical-coordinate representation of color #EEA02F: hue angle of 35.5º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EEA02F is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 160 47 -
CMYK 0 0.33 0.80 0.07
HSL 35.5º 0.85% 0.56% -
HSV(B) 35.5º 0.8% 0.93% -
XYZ 48.34 43.52 8.54 -
YUV 170.44 58.34 176.19 -
System Red Green Blue C M Y K H S L
Decimal 238 160 47 0 0.33 0.80 0.07 35.5 0.85 0.56
Hex EE A0 2F 0 21 50 7 23 55 38
Octal 356 240 57 0 41 120 7 43 125 70
Binary 11101110 10100000 101111 0 100001 1010000 111 100011 1010101 111000

Color Harmonies of #EEA02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA02F

Black with #EEA02F

Text Example


Text Example

White with #EEA02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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