Html Css Color HEX #EEA228 Lightning Yellow

📋 copy color: '#EEA228'

red 238 ◦ green 162 ◦ blue 40

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

Shades of Lightning Yellow #EEA228

Tints of Lightning Yellow #EEA228

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.82%

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

R = 54.09%
G = 36.82%
B = 9.09%

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

#EEA228 (or 0xEEA228) is known color: Lightning Yellow. HEX triplet: EE, A2 and 28. RGB value is (238,162,40). Sum of RGB (Red+Green+Blue) = 238+162+40=440 (58% of max value = 765). Red value is 238 (93.36% from 255 or 54.09% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 40 (16.02% from 255 or 9.09% from 440); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA228 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA228 is #115DD7. Grayscale: #ABABAB. Windows color (decimal): -1138136 or 2663150. OLE color: 2663150.

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

Color convert

RGB 238 162 40 -
CMYK 0 0.32 0.83 0.07
HSL 36.97º 0.85% 0.55% -
HSV(B) 36.97º 0.83% 0.93% -
XYZ 48.56 44.17 7.97 -
YUV 170.82 54.18 175.92 -
System Red Green Blue C M Y K H S L
Decimal 238 162 40 0 0.32 0.83 0.07 36.97 0.85 0.55
Hex EE A2 28 0 20 53 7 25 55 37
Octal 356 242 50 0 40 123 7 45 125 67
Binary 11101110 10100010 101000 0 100000 1010011 111 100101 1010101 110111

Color Harmonies of #EEA228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA228

Black with #EEA228

Text Example


Text Example

White with #EEA228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA228; }

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

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

background-color css

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

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

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

border-color css

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

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

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