Html Css Color HEX #E7A31F Galliano

📋 copy color: '#E7A31F'

red 231 ◦ green 163 ◦ blue 31

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

Shades of Galliano #E7A31F

Tints of Galliano #E7A31F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.29%

R = 54.35%
G = 38.35%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E7A31F (or 0xE7A31F) is known color: Galliano. HEX triplet: E7, A3 and 1F. RGB value is (231,163,31). Sum of RGB (Red+Green+Blue) = 231+163+31=425 (56% of max value = 765). Red value is 231 (90.62% from 255 or 54.35% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 31 (12.5% from 255 or 7.29% from 425); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A31F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A31F is #185CE0. Grayscale: #A8A8A8. Windows color (decimal): -1596641 or 2073575. OLE color: 2073575.

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

Color convert

RGB 231 163 31 -
CMYK 0 0.29 0.87 0.09
HSL 39.6º 0.81% 0.51% -
HSV(B) 39.6º 0.87% 0.91% -
XYZ 46.3 43.28 7.21 -
YUV 168.28 50.53 172.73 -
System Red Green Blue C M Y K H S L
Decimal 231 163 31 0 0.29 0.87 0.09 39.6 0.81 0.51
Hex E7 A3 1F 0 1D 57 9 28 51 33
Octal 347 243 37 0 35 127 11 50 121 63
Binary 11100111 10100011 11111 0 11101 1010111 1001 101000 1010001 110011

Color Harmonies of #E7A31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A31F

Black with #E7A31F

Text Example


Text Example

White with #E7A31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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