Html Css Color HEX #EEAA31 Lightning Yellow

📋 copy color: '#EEAA31'

red 238 ◦ green 170 ◦ blue 49

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

Shades of Lightning Yellow #EEAA31

Tints of Lightning Yellow #EEAA31

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.2%

 BLUE value IS 49 (19.53% from 255) = 10.72%

R = 52.08%
G = 37.2%
B = 10.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EEAA31 (or 0xEEAA31) is known color: Lightning Yellow. HEX triplet: EE, AA and 31. RGB value is (238,170,49). Sum of RGB (Red+Green+Blue) = 238+170+49=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 49 (19.53% from 255 or 10.72% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA31 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAA31 is #1155CE. Grayscale: #B1B1B1. Windows color (decimal): -1136079 or 3255022. OLE color: 3255022.

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

Color convert

RGB 238 170 49 -
CMYK 0 0.29 0.79 0.07
HSL 38.41º 0.85% 0.56% -
HSV(B) 38.41º 0.79% 0.93% -
XYZ 50.19 47.15 9.36 -
YUV 176.54 56.03 171.84 -
System Red Green Blue C M Y K H S L
Decimal 238 170 49 0 0.29 0.79 0.07 38.41 0.85 0.56
Hex EE AA 31 0 1D 4F 7 26 55 38
Octal 356 252 61 0 35 117 7 46 125 70
Binary 11101110 10101010 110001 0 11101 1001111 111 100110 1010101 111000

Color Harmonies of #EEAA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAA31

Black with #EEAA31

Text Example


Text Example

White with #EEAA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAA31; }

 p { color: rgb(238,170,49); }

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

background-color css

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

 a { background-color: rgb(238,170,49); }

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

border-color css

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

 span { border-color: rgb(238,170,49); }

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