Html Css Color HEX #E7A321 Galliano

📋 copy color: '#E7A321'

red 231 ◦ green 163 ◦ blue 33

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

Shades of Galliano #E7A321

Tints of Galliano #E7A321

RGB

 RED value IS 231 (90.63% from 255) = 54.1%

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

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

R = 54.1%
G = 38.17%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.86

 K value IS 0.09

RGB Variations

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

Color information

#E7A321 (or 0xE7A321) is known color: Galliano. HEX triplet: E7, A3 and 21. RGB value is (231,163,33). Sum of RGB (Red+Green+Blue) = 231+163+33=427 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.10% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 33 (13.28% from 255 or 7.73% from 427); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A321 is #185CDE. Grayscale: #A9A9A9. Windows color (decimal): -1596639 or 2204647. OLE color: 2204647.

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

Color convert

RGB 231 163 33 -
CMYK 0 0.29 0.86 0.09
HSL 39.39º 0.8% 0.52% -
HSV(B) 39.39º 0.86% 0.91% -
XYZ 46.33 43.29 7.35 -
YUV 168.51 51.53 172.57 -
System Red Green Blue C M Y K H S L
Decimal 231 163 33 0 0.29 0.86 0.09 39.39 0.8 0.52
Hex E7 A3 21 0 1D 56 9 27 50 34
Octal 347 243 41 0 35 126 11 47 120 64
Binary 11100111 10100011 100001 0 11101 1010110 1001 100111 1010000 110100

Color Harmonies of #E7A321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A321

Black with #E7A321

Text Example


Text Example

White with #E7A321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A321; }

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

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

background-color css

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

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

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

border-color css

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

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

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