Html Css Color HEX #E7A521 Galliano

📋 copy color: '#E7A521'

red 231 ◦ green 165 ◦ blue 33

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

Shades of Galliano #E7A521

Tints of Galliano #E7A521

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.46%

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

R = 53.85%
G = 38.46%
B = 7.69%

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

#E7A521 (or 0xE7A521) is known color: Galliano. HEX triplet: E7, A5 and 21. RGB value is (231,165,33). Sum of RGB (Red+Green+Blue) = 231+165+33=429 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.85% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 33 (13.28% from 255 or 7.69% from 429); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A521 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A521 is #185ADE. Grayscale: #AAAAAA. Windows color (decimal): -1596127 or 2205159. OLE color: 2205159.

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

Color convert

RGB 231 165 33 -
CMYK 0 0.29 0.86 0.09
HSL 40º 0.8% 0.52% -
HSV(B) 40º 0.86% 0.91% -
XYZ 46.68 44.01 7.47 -
YUV 169.69 50.87 171.73 -
System Red Green Blue C M Y K H S L
Decimal 231 165 33 0 0.29 0.86 0.09 40 0.8 0.52
Hex E7 A5 21 0 1D 56 9 28 50 34
Octal 347 245 41 0 35 126 11 50 120 64
Binary 11100111 10100101 100001 0 11101 1010110 1001 101000 1010000 110100

Color Harmonies of #E7A521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A521

Black with #E7A521

Text Example


Text Example

White with #E7A521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A521; }

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

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

background-color css

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

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

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

border-color css

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

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

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