Html Css Color HEX #EAA428 Lightning Yellow

📋 copy color: '#EAA428'

red 234 ◦ green 164 ◦ blue 40

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

Shades of Lightning Yellow #EAA428

Tints of Lightning Yellow #EAA428

RGB

 RED value IS 234 (91.8% from 255) = 53.42%

 GREEN value IS 164 (64.45% from 255) = 37.44%

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

R = 53.42%
G = 37.44%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EAA428 (or 0xEAA428) is known color: Lightning Yellow. HEX triplet: EA, A4 and 28. RGB value is (234,164,40). Sum of RGB (Red+Green+Blue) = 234+164+40=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 40 (16.02% from 255 or 9.13% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA428 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA428 is #155BD7. Grayscale: #ABABAB. Windows color (decimal): -1399768 or 2663658. OLE color: 2663658.

HSL color Cylindrical-coordinate representation of color #EAA428: hue angle of 38.35º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EAA428 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 164 40 -
CMYK 0 0.30 0.83 0.08
HSL 38.35º 0.82% 0.54% -
HSV(B) 38.35º 0.83% 0.92% -
XYZ 47.59 44.2 8.03 -
YUV 170.79 54.19 173.08 -
System Red Green Blue C M Y K H S L
Decimal 234 164 40 0 0.30 0.83 0.08 38.35 0.82 0.54
Hex EA A4 28 0 1E 53 8 26 52 36
Octal 352 244 50 0 36 123 10 46 122 66
Binary 11101010 10100100 101000 0 11110 1010011 1000 100110 1010010 110110

Color Harmonies of #EAA428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA428

Black with #EAA428

Text Example


Text Example

White with #EAA428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA428; }

 p { color: rgb(234,164,40); }

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

background-color css

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

 a { background-color: rgb(234,164,40); }

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

border-color css

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

 span { border-color: rgb(234,164,40); }

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