Html Css Color HEX #EEA03F Yellow Sea

📋 copy color: '#EEA03F'

red 238 ◦ green 160 ◦ blue 63

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

Shades of Yellow Sea #EEA03F

Tints of Yellow Sea #EEA03F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.67%

R = 51.63%
G = 34.71%
B = 13.67%

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

#EEA03F (or 0xEEA03F) is known color: Yellow Sea. HEX triplet: EE, A0 and 3F. RGB value is (238,160,63). Sum of RGB (Red+Green+Blue) = 238+160+63=461 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.63% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 63 (25% from 255 or 13.67% from 461); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA03F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA03F is #115FC0. Grayscale: #ACACAC. Windows color (decimal): -1138625 or 4169966. OLE color: 4169966.

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

Color convert

RGB 238 160 63 -
CMYK 0 0.33 0.74 0.07
HSL 33.26º 0.84% 0.59% -
HSV(B) 33.26º 0.74% 0.93% -
XYZ 48.73 43.68 10.57 -
YUV 172.26 66.34 174.89 -
System Red Green Blue C M Y K H S L
Decimal 238 160 63 0 0.33 0.74 0.07 33.26 0.84 0.59
Hex EE A0 3F 0 21 4A 7 21 54 3B
Octal 356 240 77 0 41 112 7 41 124 73
Binary 11101110 10100000 111111 0 100001 1001010 111 100001 1010100 111011

Color Harmonies of #EEA03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA03F

Black with #EEA03F

Text Example


Text Example

White with #EEA03F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA03F; }

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

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

background-color css

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

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

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

border-color css

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

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

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