Html Css Color HEX #EEAB2C Lightning Yellow

📋 copy color: '#EEAB2C'

red 238 ◦ green 171 ◦ blue 44

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

Shades of Lightning Yellow #EEAB2C

Tints of Lightning Yellow #EEAB2C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.75%

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

R = 52.54%
G = 37.75%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EEAB2C (or 0xEEAB2C) is known color: Lightning Yellow. HEX triplet: EE, AB and 2C. RGB value is (238,171,44). Sum of RGB (Red+Green+Blue) = 238+171+44=453 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.54% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 44 (17.58% from 255 or 9.71% from 453); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAB2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAB2C is #1154D3. Grayscale: #B1B1B1. Windows color (decimal): -1135828 or 2927598. OLE color: 2927598.

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

Color convert

RGB 238 171 44 -
CMYK 0 0.28 0.82 0.07
HSL 39.28º 0.85% 0.55% -
HSV(B) 39.28º 0.82% 0.93% -
XYZ 50.28 47.48 8.9 -
YUV 176.56 53.2 171.83 -
System Red Green Blue C M Y K H S L
Decimal 238 171 44 0 0.28 0.82 0.07 39.28 0.85 0.55
Hex EE AB 2C 0 1C 52 7 27 55 37
Octal 356 253 54 0 34 122 7 47 125 67
Binary 11101110 10101011 101100 0 11100 1010010 111 100111 1010101 110111

Color Harmonies of #EEAB2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAB2C

Black with #EEAB2C

Text Example


Text Example

White with #EEAB2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAB2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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