Html Css Color HEX #E7A227 Galliano

📋 copy color: '#E7A227'

red 231 ◦ green 162 ◦ blue 39

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

Shades of Galliano #E7A227

Tints of Galliano #E7A227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.03%

R = 53.47%
G = 37.5%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.09

RGB Variations

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

Color information

#E7A227 (or 0xE7A227) is known color: Galliano. HEX triplet: E7, A2 and 27. RGB value is (231,162,39). Sum of RGB (Red+Green+Blue) = 231+162+39=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 162 (63.67% from 255 or 37.5% from 432); Blue value is 39 (15.62% from 255 or 9.03% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A227 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A227 is #185DD8. Grayscale: #A9A9A9. Windows color (decimal): -1596889 or 2597607. OLE color: 2597607.

HSL color Cylindrical-coordinate representation of color #E7A227: hue angle of 38.44º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E7A227 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 162 39 -
CMYK 0 0.30 0.83 0.09
HSL 38.44º 0.8% 0.53% -
HSV(B) 38.44º 0.83% 0.91% -
XYZ 46.24 42.98 7.78 -
YUV 168.61 54.86 172.5 -
System Red Green Blue C M Y K H S L
Decimal 231 162 39 0 0.30 0.83 0.09 38.44 0.8 0.53
Hex E7 A2 27 0 1E 53 9 26 50 35
Octal 347 242 47 0 36 123 11 46 120 65
Binary 11100111 10100010 100111 0 11110 1010011 1001 100110 1010000 110101

Color Harmonies of #E7A227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A227

Black with #E7A227

Text Example


Text Example

White with #E7A227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A227; }

 p { color: rgb(231,162,39); }

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

background-color css

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

 a { background-color: rgb(231,162,39); }

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

border-color css

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

 span { border-color: rgb(231,162,39); }

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