Html Css Color HEX #E6A220 Galliano

📋 copy color: '#E6A220'

red 230 ◦ green 162 ◦ blue 32

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

Shades of Galliano #E6A220

Tints of Galliano #E6A220

RGB

 RED value IS 230 (90.23% from 255) = 54.25%

 GREEN value IS 162 (63.67% from 255) = 38.21%

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

R = 54.25%
G = 38.21%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E6A220 (or 0xE6A220) is known color: Galliano. HEX triplet: E6, A2 and 20. RGB value is (230,162,32). Sum of RGB (Red+Green+Blue) = 230+162+32=424 (56% of max value = 765). Red value is 230 (90.23% from 255 or 54.25% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 32 (12.89% from 255 or 7.55% from 424); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E6A220 is #195DDF. Grayscale: #A8A8A8. Windows color (decimal): -1662432 or 2138854. OLE color: 2138854.

HSL color Cylindrical-coordinate representation of color #E6A220: hue angle of 39.39º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E6A220 is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 162 32 -
CMYK 0 0.30 0.86 0.10
HSL 39.39º 0.8% 0.51% -
HSV(B) 39.39º 0.86% 0.9% -
XYZ 45.81 42.77 7.21 -
YUV 167.51 51.53 172.57 -
System Red Green Blue C M Y K H S L
Decimal 230 162 32 0 0.30 0.86 0.10 39.39 0.8 0.51
Hex E6 A2 20 0 1E 56 A 27 50 33
Octal 346 242 40 0 36 126 12 47 120 63
Binary 11100110 10100010 100000 0 11110 1010110 1010 100111 1010000 110011

Color Harmonies of #E6A220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A220

Black with #E6A220

Text Example


Text Example

White with #E6A220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A220; }

 p { color: rgb(230,162,32); }

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

background-color css

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

 a { background-color: rgb(230,162,32); }

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

border-color css

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

 span { border-color: rgb(230,162,32); }

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