Html Css Color HEX #E9A320 Galliano

📋 copy color: '#E9A320'

red 233 ◦ green 163 ◦ blue 32

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

Shades of Galliano #E9A320

Tints of Galliano #E9A320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.48%

R = 54.44%
G = 38.08%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E9A320 (or 0xE9A320) is known color: Galliano. HEX triplet: E9, A3 and 20. RGB value is (233,163,32). Sum of RGB (Red+Green+Blue) = 233+163+32=428 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.44% from 428); Green value is 163 (64.06% from 255 or 38.08% from 428); Blue value is 32 (12.89% from 255 or 7.48% from 428); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A320 is #165CDF. Grayscale: #A9A9A9. Windows color (decimal): -1465568 or 2139113. OLE color: 2139113.

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

Color convert

RGB 233 163 32 -
CMYK 0 0.30 0.86 0.09
HSL 39.1º 0.82% 0.52% -
HSV(B) 39.1º 0.86% 0.91% -
XYZ 46.96 43.62 7.31 -
YUV 169 50.69 173.65 -
System Red Green Blue C M Y K H S L
Decimal 233 163 32 0 0.30 0.86 0.09 39.1 0.82 0.52
Hex E9 A3 20 0 1E 56 9 27 52 34
Octal 351 243 40 0 36 126 11 47 122 64
Binary 11101001 10100011 100000 0 11110 1010110 1001 100111 1010010 110100

Color Harmonies of #E9A320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A320

Black with #E9A320

Text Example


Text Example

White with #E9A320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A320; }

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

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

background-color css

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

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

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

border-color css

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

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

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