Html Css Color HEX #EEA03D Yellow Sea

📋 copy color: '#EEA03D'

red 238 ◦ green 160 ◦ blue 61

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

Shades of Yellow Sea #EEA03D

Tints of Yellow Sea #EEA03D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 13.29%

R = 51.85%
G = 34.86%
B = 13.29%

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

#EEA03D (or 0xEEA03D) is known color: Yellow Sea. HEX triplet: EE, A0 and 3D. RGB value is (238,160,61). Sum of RGB (Red+Green+Blue) = 238+160+61=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 61 (24.22% from 255 or 13.29% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA03D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA03D is #115FC2. Grayscale: #ACACAC. Windows color (decimal): -1138627 or 4038894. OLE color: 4038894.

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

Color convert

RGB 238 160 61 -
CMYK 0 0.33 0.74 0.07
HSL 33.56º 0.84% 0.59% -
HSV(B) 33.56º 0.74% 0.93% -
XYZ 48.67 43.66 10.28 -
YUV 172.04 65.34 175.05 -
System Red Green Blue C M Y K H S L
Decimal 238 160 61 0 0.33 0.74 0.07 33.56 0.84 0.59
Hex EE A0 3D 0 21 4A 7 22 54 3B
Octal 356 240 75 0 41 112 7 42 124 73
Binary 11101110 10100000 111101 0 100001 1001010 111 100010 1010100 111011

Color Harmonies of #EEA03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA03D

Black with #EEA03D

Text Example


Text Example

White with #EEA03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA03D; }

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

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

background-color css

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

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

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

border-color css

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

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

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