Html Css Color HEX #EEAB30 Lightning Yellow

📋 copy color: '#EEAB30'

red 238 ◦ green 171 ◦ blue 48

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

Shades of Lightning Yellow #EEAB30

Tints of Lightning Yellow #EEAB30

RGB

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

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

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

R = 52.08%
G = 37.42%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EEAB30 (or 0xEEAB30) is known color: Lightning Yellow. HEX triplet: EE, AB and 30. RGB value is (238,171,48). Sum of RGB (Red+Green+Blue) = 238+171+48=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 48 (19.14% from 255 or 10.50% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAB30 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEAB30 is #1154CF. Grayscale: #B1B1B1. Windows color (decimal): -1135824 or 3189742. OLE color: 3189742.

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

Color convert

RGB 238 171 48 -
CMYK 0 0.28 0.80 0.07
HSL 38.84º 0.85% 0.56% -
HSV(B) 38.84º 0.8% 0.93% -
XYZ 50.36 47.52 9.31 -
YUV 177.01 55.2 171.5 -
System Red Green Blue C M Y K H S L
Decimal 238 171 48 0 0.28 0.80 0.07 38.84 0.85 0.56
Hex EE AB 30 0 1C 50 7 27 55 38
Octal 356 253 60 0 34 120 7 47 125 70
Binary 11101110 10101011 110000 0 11100 1010000 111 100111 1010101 111000

Color Harmonies of #EEAB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAB30

Black with #EEAB30

Text Example


Text Example

White with #EEAB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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