Html Css Color HEX #EAA52A Lightning Yellow

📋 copy color: '#EAA52A'

red 234 ◦ green 165 ◦ blue 42

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

Shades of Lightning Yellow #EAA52A

Tints of Lightning Yellow #EAA52A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.52%

R = 53.06%
G = 37.41%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EAA52A (or 0xEAA52A) is known color: Lightning Yellow. HEX triplet: EA, A5 and 2A. RGB value is (234,165,42). Sum of RGB (Red+Green+Blue) = 234+165+42=441 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.06% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 42 (16.80% from 255 or 9.52% from 441); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA52A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA52A is #155AD5. Grayscale: #ACACAC. Windows color (decimal): -1399510 or 2794986. OLE color: 2794986.

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

Color convert

RGB 234 165 42 -
CMYK 0 0.29 0.82 0.08
HSL 38.44º 0.82% 0.54% -
HSV(B) 38.44º 0.82% 0.92% -
XYZ 47.8 44.57 8.27 -
YUV 171.61 54.86 172.5 -
System Red Green Blue C M Y K H S L
Decimal 234 165 42 0 0.29 0.82 0.08 38.44 0.82 0.54
Hex EA A5 2A 0 1D 52 8 26 52 36
Octal 352 245 52 0 35 122 10 46 122 66
Binary 11101010 10100101 101010 0 11101 1010010 1000 100110 1010010 110110

Color Harmonies of #EAA52A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA52A

Black with #EAA52A

Text Example


Text Example

White with #EAA52A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA52A; }

 p { color: rgb(234,165,42); }

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

background-color css

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

 a { background-color: rgb(234,165,42); }

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

border-color css

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

 span { border-color: rgb(234,165,42); }

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