Html Css Color HEX #EAA329 Lightning Yellow

📋 copy color: '#EAA329'

red 234 ◦ green 163 ◦ blue 41

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

Shades of Lightning Yellow #EAA329

Tints of Lightning Yellow #EAA329

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.21%

 BLUE value IS 41 (16.41% from 255) = 9.36%

R = 53.42%
G = 37.21%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EAA329 (or 0xEAA329) is known color: Lightning Yellow. HEX triplet: EA, A3 and 29. RGB value is (234,163,41). Sum of RGB (Red+Green+Blue) = 234+163+41=438 (58% of max value = 765). Red value is 234 (91.80% from 255 or 53.42% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 41 (16.41% from 255 or 9.36% from 438); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA329 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA329 is #155CD6. Grayscale: #AAAAAA. Windows color (decimal): -1400023 or 2728938. OLE color: 2728938.

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

Color convert

RGB 234 163 41 -
CMYK 0 0.30 0.82 0.08
HSL 37.93º 0.82% 0.54% -
HSV(B) 37.93º 0.82% 0.92% -
XYZ 47.43 43.85 8.06 -
YUV 170.32 55.02 173.42 -
System Red Green Blue C M Y K H S L
Decimal 234 163 41 0 0.30 0.82 0.08 37.93 0.82 0.54
Hex EA A3 29 0 1E 52 8 26 52 36
Octal 352 243 51 0 36 122 10 46 122 66
Binary 11101010 10100011 101001 0 11110 1010010 1000 100110 1010010 110110

Color Harmonies of #EAA329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA329

Black with #EAA329

Text Example


Text Example

White with #EAA329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA329; }

 p { color: rgb(234,163,41); }

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

background-color css

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

 a { background-color: rgb(234,163,41); }

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

border-color css

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

 span { border-color: rgb(234,163,41); }

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