Html Css Color HEX #E8A320 Galliano

📋 copy color: '#E8A320'

red 232 ◦ green 163 ◦ blue 32

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

Shades of Galliano #E8A320

Tints of Galliano #E8A320

RGB

 RED value IS 232 (91.02% from 255) = 54.33%

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

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

R = 54.33%
G = 38.17%
B = 7.49%

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

#E8A320 (or 0xE8A320) is known color: Galliano. HEX triplet: E8, A3 and 20. RGB value is (232,163,32). Sum of RGB (Red+Green+Blue) = 232+163+32=427 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.33% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 32 (12.89% from 255 or 7.49% from 427); Max value from RGB is 232 - color contains mainly: red. Hex color #E8A320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E8A320 is #175CDF. Grayscale: #A9A9A9. Windows color (decimal): -1531104 or 2139112. OLE color: 2139112.

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

Color convert

RGB 232 163 32 -
CMYK 0 0.30 0.86 0.09
HSL 39.3º 0.81% 0.52% -
HSV(B) 39.3º 0.86% 0.91% -
XYZ 46.64 43.45 7.3 -
YUV 168.7 50.86 173.15 -
System Red Green Blue C M Y K H S L
Decimal 232 163 32 0 0.30 0.86 0.09 39.3 0.81 0.52
Hex E8 A3 20 0 1E 56 9 27 51 34
Octal 350 243 40 0 36 126 11 47 121 64
Binary 11101000 10100011 100000 0 11110 1010110 1001 100111 1010001 110100

Color Harmonies of #E8A320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8A320

Black with #E8A320

Text Example


Text Example

White with #E8A320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8A320; }

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

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

background-color css

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

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

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

border-color css

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

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

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