Html Css Color HEX #EEA03E Yellow Sea

📋 copy color: '#EEA03E'

red 238 ◦ green 160 ◦ blue 62

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

Shades of Yellow Sea #EEA03E

Tints of Yellow Sea #EEA03E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 13.48%

R = 51.74%
G = 34.78%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EEA03E (or 0xEEA03E) is known color: Yellow Sea. HEX triplet: EE, A0 and 3E. RGB value is (238,160,62). Sum of RGB (Red+Green+Blue) = 238+160+62=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 160 (62.89% from 255 or 34.78% from 460); Blue value is 62 (24.61% from 255 or 13.48% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA03E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA03E is #115FC1. Grayscale: #ACACAC. Windows color (decimal): -1138626 or 4104430. OLE color: 4104430.

HSL color Cylindrical-coordinate representation of color #EEA03E: hue angle of 33.41º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EEA03E is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 160 62 -
CMYK 0 0.33 0.74 0.07
HSL 33.41º 0.84% 0.59% -
HSV(B) 33.41º 0.74% 0.93% -
XYZ 48.7 43.67 10.42 -
YUV 172.15 65.84 174.97 -
System Red Green Blue C M Y K H S L
Decimal 238 160 62 0 0.33 0.74 0.07 33.41 0.84 0.59
Hex EE A0 3E 0 21 4A 7 21 54 3B
Octal 356 240 76 0 41 112 7 41 124 73
Binary 11101110 10100000 111110 0 100001 1001010 111 100001 1010100 111011

Color Harmonies of #EEA03E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA03E

Black with #EEA03E

Text Example


Text Example

White with #EEA03E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA03E; }

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

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

background-color css

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

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

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

border-color css

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

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

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