Html Css Color HEX #EEAA2C Lightning Yellow

📋 copy color: '#EEAA2C'

red 238 ◦ green 170 ◦ blue 44

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

Shades of Lightning Yellow #EEAA2C

Tints of Lightning Yellow #EEAA2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.73%

R = 52.65%
G = 37.61%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EEAA2C (or 0xEEAA2C) is known color: Lightning Yellow. HEX triplet: EE, AA and 2C. RGB value is (238,170,44). Sum of RGB (Red+Green+Blue) = 238+170+44=452 (59% of max value = 765). Red value is 238 (93.36% from 255 or 52.65% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 44 (17.58% from 255 or 9.73% from 452); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAA2C is #1155D3. Grayscale: #B0B0B0. Windows color (decimal): -1136084 or 2927342. OLE color: 2927342.

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

Color convert

RGB 238 170 44 -
CMYK 0 0.29 0.82 0.07
HSL 38.97º 0.85% 0.55% -
HSV(B) 38.97º 0.82% 0.93% -
XYZ 50.09 47.11 8.84 -
YUV 175.97 53.53 172.25 -
System Red Green Blue C M Y K H S L
Decimal 238 170 44 0 0.29 0.82 0.07 38.97 0.85 0.55
Hex EE AA 2C 0 1D 52 7 27 55 37
Octal 356 252 54 0 35 122 7 47 125 67
Binary 11101110 10101010 101100 0 11101 1010010 111 100111 1010101 110111

Color Harmonies of #EEAA2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAA2C

Black with #EEAA2C

Text Example


Text Example

White with #EEAA2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAA2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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