Html Css Color HEX #E9A321 Galliano

📋 copy color: '#E9A321'

red 233 ◦ green 163 ◦ blue 33

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

Shades of Galliano #E9A321

Tints of Galliano #E9A321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.69%

R = 54.31%
G = 38%
B = 7.69%

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

#E9A321 (or 0xE9A321) is known color: Galliano. HEX triplet: E9, A3 and 21. RGB value is (233,163,33). Sum of RGB (Red+Green+Blue) = 233+163+33=429 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.31% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 33 (13.28% from 255 or 7.69% from 429); Max value from RGB is 233 - color contains mainly: red. Hex color #E9A321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E9A321 is #165CDE. Grayscale: #A9A9A9. Windows color (decimal): -1465567 or 2204649. OLE color: 2204649.

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

Color convert

RGB 233 163 33 -
CMYK 0 0.30 0.86 0.09
HSL 39º 0.82% 0.52% -
HSV(B) 39º 0.86% 0.91% -
XYZ 46.98 43.63 7.38 -
YUV 169.11 51.19 173.57 -
System Red Green Blue C M Y K H S L
Decimal 233 163 33 0 0.30 0.86 0.09 39 0.82 0.52
Hex E9 A3 21 0 1E 56 9 27 52 34
Octal 351 243 41 0 36 126 11 47 122 64
Binary 11101001 10100011 100001 0 11110 1010110 1001 100111 1010010 110100

Color Harmonies of #E9A321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9A321

Black with #E9A321

Text Example


Text Example

White with #E9A321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9A321; }

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

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

background-color css

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

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

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

border-color css

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

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

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