Html Css Color HEX #EEA026 Lightning Yellow

📋 copy color: '#EEA026'

red 238 ◦ green 160 ◦ blue 38

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

Shades of Lightning Yellow #EEA026

Tints of Lightning Yellow #EEA026

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.7%

 BLUE value IS 38 (15.23% from 255) = 8.72%

R = 54.59%
G = 36.7%
B = 8.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EEA026 (or 0xEEA026) is known color: Lightning Yellow. HEX triplet: EE, A0 and 26. RGB value is (238,160,38). Sum of RGB (Red+Green+Blue) = 238+160+38=436 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.59% from 436); Green value is 160 (62.89% from 255 or 36.70% from 436); Blue value is 38 (15.23% from 255 or 8.72% from 436); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA026 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA026 is #115FD9. Grayscale: #A9A9A9. Windows color (decimal): -1138650 or 2531566. OLE color: 2531566.

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

Color convert

RGB 238 160 38 -
CMYK 0 0.33 0.84 0.07
HSL 36.6º 0.85% 0.54% -
HSV(B) 36.6º 0.84% 0.93% -
XYZ 48.18 43.46 7.68 -
YUV 169.41 53.84 176.92 -
System Red Green Blue C M Y K H S L
Decimal 238 160 38 0 0.33 0.84 0.07 36.6 0.85 0.54
Hex EE A0 26 0 21 54 7 25 55 36
Octal 356 240 46 0 41 124 7 45 125 66
Binary 11101110 10100000 100110 0 100001 1010100 111 100101 1010101 110110

Color Harmonies of #EEA026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA026

Black with #EEA026

Text Example


Text Example

White with #EEA026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA026; }

 p { color: rgb(238,160,38); }

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

background-color css

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

 a { background-color: rgb(238,160,38); }

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

border-color css

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

 span { border-color: rgb(238,160,38); }

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