Html Css Color HEX #E7A61C Galliano

📋 copy color: '#E7A61C'

red 231 ◦ green 166 ◦ blue 28

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

Shades of Galliano #E7A61C

Tints of Galliano #E7A61C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.06%

 BLUE value IS 28 (11.33% from 255) = 6.59%

R = 54.35%
G = 39.06%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E7A61C (or 0xE7A61C) is known color: Galliano. HEX triplet: E7, A6 and 1C. RGB value is (231,166,28). Sum of RGB (Red+Green+Blue) = 231+166+28=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 28 (11.33% from 255 or 6.59% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A61C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A61C is #1859E3. Grayscale: #AAAAAA. Windows color (decimal): -1595876 or 1877735. OLE color: 1877735.

HSL color Cylindrical-coordinate representation of color #E7A61C: hue angle of 40.79º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E7A61C is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 166 28 -
CMYK 0 0.28 0.88 0.09
HSL 40.79º 0.81% 0.51% -
HSV(B) 40.79º 0.88% 0.91% -
XYZ 46.8 44.35 7.19 -
YUV 169.7 48.03 171.72 -
System Red Green Blue C M Y K H S L
Decimal 231 166 28 0 0.28 0.88 0.09 40.79 0.81 0.51
Hex E7 A6 1C 0 1C 58 9 29 51 33
Octal 347 246 34 0 34 130 11 51 121 63
Binary 11100111 10100110 11100 0 11100 1011000 1001 101001 1010001 110011

Color Harmonies of #E7A61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A61C

Black with #E7A61C

Text Example


Text Example

White with #E7A61C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A61C; }

 p { color: rgb(231,166,28); }

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

background-color css

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

 a { background-color: rgb(231,166,28); }

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

border-color css

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

 span { border-color: rgb(231,166,28); }

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