Html Css Color HEX #E3A31E Galliano

📋 copy color: '#E3A31E'

red 227 ◦ green 163 ◦ blue 30

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

Shades of Galliano #E3A31E

Tints of Galliano #E3A31E

RGB

 RED value IS 227 (89.06% from 255) = 54.05%

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

 BLUE value IS 30 (12.11% from 255) = 7.14%

R = 54.05%
G = 38.81%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#E3A31E (or 0xE3A31E) is known color: Galliano. HEX triplet: E3, A3 and 1E. RGB value is (227,163,30). Sum of RGB (Red+Green+Blue) = 227+163+30=420 (55% of max value = 765). Red value is 227 (89.06% from 255 or 54.05% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 30 (12.11% from 255 or 7.14% from 420); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A31E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A31E is #1C5CE1. Grayscale: #A7A7A7. Windows color (decimal): -1858786 or 2008035. OLE color: 2008035.

HSL color Cylindrical-coordinate representation of color #E3A31E: hue angle of 40.51º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E3A31E is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 163 30 -
CMYK 0 0.28 0.87 0.11
HSL 40.51º 0.78% 0.5% -
HSV(B) 40.51º 0.87% 0.89% -
XYZ 45.01 42.62 7.08 -
YUV 166.97 50.7 170.81 -
System Red Green Blue C M Y K H S L
Decimal 227 163 30 0 0.28 0.87 0.11 40.51 0.78 0.5
Hex E3 A3 1E 0 1C 57 B 29 4E 32
Octal 343 243 36 0 34 127 13 51 116 62
Binary 11100011 10100011 11110 0 11100 1010111 1011 101001 1001110 110010

Color Harmonies of #E3A31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A31E

Black with #E3A31E

Text Example


Text Example

White with #E3A31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A31E; }

 p { color: rgb(227,163,30); }

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

background-color css

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

 a { background-color: rgb(227,163,30); }

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

border-color css

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

 span { border-color: rgb(227,163,30); }

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