Html Css Color HEX #EEA526 Lightning Yellow

📋 copy color: '#EEA526'

red 238 ◦ green 165 ◦ blue 38

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

Shades of Lightning Yellow #EEA526

Tints of Lightning Yellow #EEA526

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.41%

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

R = 53.97%
G = 37.41%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EEA526 (or 0xEEA526) is known color: Lightning Yellow. HEX triplet: EE, A5 and 26. RGB value is (238,165,38). Sum of RGB (Red+Green+Blue) = 238+165+38=441 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.97% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 38 (15.23% from 255 or 8.62% from 441); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA526 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA526 is #115AD9. Grayscale: #ACACAC. Windows color (decimal): -1137370 or 2532846. OLE color: 2532846.

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

Color convert

RGB 238 165 38 -
CMYK 0 0.31 0.84 0.07
HSL 38.1º 0.85% 0.54% -
HSV(B) 38.1º 0.84% 0.93% -
XYZ 49.06 45.23 7.98 -
YUV 172.35 52.18 174.83 -
System Red Green Blue C M Y K H S L
Decimal 238 165 38 0 0.31 0.84 0.07 38.1 0.85 0.54
Hex EE A5 26 0 1F 54 7 26 55 36
Octal 356 245 46 0 37 124 7 46 125 66
Binary 11101110 10100101 100110 0 11111 1010100 111 100110 1010101 110110

Color Harmonies of #EEA526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA526

Black with #EEA526

Text Example


Text Example

White with #EEA526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA526; }

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

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

background-color css

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

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

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

border-color css

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

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

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