Html Css Color HEX #E9A328 Lightning Yellow

📋 copy color: '#E9A328'

red 233 ◦ green 163 ◦ blue 40

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

Shades of Lightning Yellow #E9A328

Tints of Lightning Yellow #E9A328

RGB

 RED value IS 233 (91.41% from 255) = 53.44%

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

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

R = 53.44%
G = 37.39%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#E9A328 (or 0xE9A328) is known color: Lightning Yellow. HEX triplet: E9, A3 and 28. RGB value is (233,163,40). Sum of RGB (Red+Green+Blue) = 233+163+40=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 40 (16.02% from 255 or 9.17% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A328 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A328 is #165CD7. Grayscale: #AAAAAA. Windows color (decimal): -1465560 or 2663401. OLE color: 2663401.

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

Color convert

RGB 233 163 40 -
CMYK 0 0.30 0.83 0.09
HSL 38.24º 0.81% 0.54% -
HSV(B) 38.24º 0.83% 0.91% -
XYZ 47.08 43.67 7.96 -
YUV 169.91 54.69 173 -
System Red Green Blue C M Y K H S L
Decimal 233 163 40 0 0.30 0.83 0.09 38.24 0.81 0.54
Hex E9 A3 28 0 1E 53 9 26 51 36
Octal 351 243 50 0 36 123 11 46 121 66
Binary 11101001 10100011 101000 0 11110 1010011 1001 100110 1010001 110110

Color Harmonies of #E9A328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A328

Black with #E9A328

Text Example


Text Example

White with #E9A328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A328; }

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

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

background-color css

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

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

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

border-color css

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

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

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