Html Css Color HEX #EEA128 Lightning Yellow

📋 copy color: '#EEA128'

red 238 ◦ green 161 ◦ blue 40

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

Shades of Lightning Yellow #EEA128

Tints of Lightning Yellow #EEA128

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.67%

 BLUE value IS 40 (16.02% from 255) = 9.11%

R = 54.21%
G = 36.67%
B = 9.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EEA128 (or 0xEEA128) is known color: Lightning Yellow. HEX triplet: EE, A1 and 28. RGB value is (238,161,40). Sum of RGB (Red+Green+Blue) = 238+161+40=439 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.21% from 439); Green value is 161 (63.28% from 255 or 36.67% from 439); Blue value is 40 (16.02% from 255 or 9.11% from 439); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA128 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA128 is #115ED7. Grayscale: #AAAAAA. Windows color (decimal): -1138392 or 2662894. OLE color: 2662894.

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

Color convert

RGB 238 161 40 -
CMYK 0 0.32 0.83 0.07
HSL 36.67º 0.85% 0.55% -
HSV(B) 36.67º 0.83% 0.93% -
XYZ 48.39 43.82 7.92 -
YUV 170.23 54.51 176.34 -
System Red Green Blue C M Y K H S L
Decimal 238 161 40 0 0.32 0.83 0.07 36.67 0.85 0.55
Hex EE A1 28 0 20 53 7 25 55 37
Octal 356 241 50 0 40 123 7 45 125 67
Binary 11101110 10100001 101000 0 100000 1010011 111 100101 1010101 110111

Color Harmonies of #EEA128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA128

Black with #EEA128

Text Example


Text Example

White with #EEA128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA128; }

 p { color: rgb(238,161,40); }

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

background-color css

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

 a { background-color: rgb(238,161,40); }

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

border-color css

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

 span { border-color: rgb(238,161,40); }

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