Html Css Color HEX #EAA328 Lightning Yellow

📋 copy color: '#EAA328'

red 234 ◦ green 163 ◦ blue 40

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

Shades of Lightning Yellow #EAA328

Tints of Lightning Yellow #EAA328

RGB

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

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

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

R = 53.55%
G = 37.3%
B = 9.15%

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

#EAA328 (or 0xEAA328) is known color: Lightning Yellow. HEX triplet: EA, A3 and 28. RGB value is (234,163,40). Sum of RGB (Red+Green+Blue) = 234+163+40=437 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.55% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 40 (16.02% from 255 or 9.15% from 437); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA328 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EAA328 is #155CD7. Grayscale: #AAAAAA. Windows color (decimal): -1400024 or 2663402. OLE color: 2663402.

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

Color convert

RGB 234 163 40 -
CMYK 0 0.30 0.83 0.08
HSL 38.04º 0.82% 0.54% -
HSV(B) 38.04º 0.83% 0.92% -
XYZ 47.41 43.84 7.97 -
YUV 170.21 54.52 173.5 -
System Red Green Blue C M Y K H S L
Decimal 234 163 40 0 0.30 0.83 0.08 38.04 0.82 0.54
Hex EA A3 28 0 1E 53 8 26 52 36
Octal 352 243 50 0 36 123 10 46 122 66
Binary 11101010 10100011 101000 0 11110 1010011 1000 100110 1010010 110110

Color Harmonies of #EAA328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA328

Black with #EAA328

Text Example


Text Example

White with #EAA328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA328; }

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

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

background-color css

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

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

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

border-color css

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

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

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