Html Css Color HEX #EEA628 Lightning Yellow

📋 copy color: '#EEA628'

red 238 ◦ green 166 ◦ blue 40

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

Shades of Lightning Yellow #EEA628

Tints of Lightning Yellow #EEA628

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.39%

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

R = 53.6%
G = 37.39%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EEA628 (or 0xEEA628) is known color: Lightning Yellow. HEX triplet: EE, A6 and 28. RGB value is (238,166,40). Sum of RGB (Red+Green+Blue) = 238+166+40=444 (58% of max value = 765). Red value is 238 (93.36% from 255 or 53.60% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 40 (16.02% from 255 or 9.01% from 444); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA628 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA628 is #1159D7. Grayscale: #ADADAD. Windows color (decimal): -1137112 or 2664174. OLE color: 2664174.

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

Color convert

RGB 238 166 40 -
CMYK 0 0.30 0.83 0.07
HSL 38.18º 0.85% 0.55% -
HSV(B) 38.18º 0.83% 0.93% -
XYZ 49.28 45.6 8.21 -
YUV 173.16 52.85 174.25 -
System Red Green Blue C M Y K H S L
Decimal 238 166 40 0 0.30 0.83 0.07 38.18 0.85 0.55
Hex EE A6 28 0 1E 53 7 26 55 37
Octal 356 246 50 0 36 123 7 46 125 67
Binary 11101110 10100110 101000 0 11110 1010011 111 100110 1010101 110111

Color Harmonies of #EEA628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA628

Black with #EEA628

Text Example


Text Example

White with #EEA628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA628; }

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

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

background-color css

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

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

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

border-color css

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

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

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