Html Css Color HEX #EEA030 Yellow Sea

📋 copy color: '#EEA030'

red 238 ◦ green 160 ◦ blue 48

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

Shades of Yellow Sea #EEA030

Tints of Yellow Sea #EEA030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.76%

R = 53.36%
G = 35.87%
B = 10.76%

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

#EEA030 (or 0xEEA030) is known color: Yellow Sea. HEX triplet: EE, A0 and 30. RGB value is (238,160,48). Sum of RGB (Red+Green+Blue) = 238+160+48=446 (59% of max value = 765). Red value is 238 (93.36% from 255 or 53.36% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA030 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA030 is #115FCF. Grayscale: #ABABAB. Windows color (decimal): -1138640 or 3186926. OLE color: 3186926.

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

Color convert

RGB 238 160 48 -
CMYK 0 0.33 0.80 0.07
HSL 35.37º 0.85% 0.56% -
HSV(B) 35.37º 0.8% 0.93% -
XYZ 48.36 43.53 8.65 -
YUV 170.55 58.84 176.11 -
System Red Green Blue C M Y K H S L
Decimal 238 160 48 0 0.33 0.80 0.07 35.37 0.85 0.56
Hex EE A0 30 0 21 50 7 23 55 38
Octal 356 240 60 0 41 120 7 43 125 70
Binary 11101110 10100000 110000 0 100001 1010000 111 100011 1010101 111000

Color Harmonies of #EEA030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA030

Black with #EEA030

Text Example


Text Example

White with #EEA030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA030; }

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

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

background-color css

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

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

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

border-color css

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

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

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