Html Css Color HEX #E1A71A Galliano

📋 copy color: '#E1A71A'

red 225 ◦ green 167 ◦ blue 26

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

Shades of Galliano #E1A71A

Tints of Galliano #E1A71A

RGB

 RED value IS 225 (88.28% from 255) = 53.83%

 GREEN value IS 167 (65.63% from 255) = 39.95%

 BLUE value IS 26 (10.55% from 255) = 6.22%

R = 53.83%
G = 39.95%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1A71A (or 0xE1A71A) is known color: Galliano. HEX triplet: E1, A7 and 1A. RGB value is (225,167,26). Sum of RGB (Red+Green+Blue) = 225+167+26=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 167 (65.62% from 255 or 39.95% from 418); Blue value is 26 (10.55% from 255 or 6.22% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A71A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A71A is #1E58E5. Grayscale: #A8A8A8. Windows color (decimal): -1988838 or 1746913. OLE color: 1746913.

HSL color Cylindrical-coordinate representation of color #E1A71A: hue angle of 42.51º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E1A71A is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 167 26 -
CMYK 0 0.26 0.88 0.12
HSL 42.51º 0.79% 0.49% -
HSV(B) 42.51º 0.88% 0.88% -
XYZ 45.06 43.72 7.04 -
YUV 168.27 47.72 168.46 -
System Red Green Blue C M Y K H S L
Decimal 225 167 26 0 0.26 0.88 0.12 42.51 0.79 0.49
Hex E1 A7 1A 0 1A 58 C 2B 4F 31
Octal 341 247 32 0 32 130 14 53 117 61
Binary 11100001 10100111 11010 0 11010 1011000 1100 101011 1001111 110001

Color Harmonies of #E1A71A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A71A

Black with #E1A71A

Text Example


Text Example

White with #E1A71A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A71A; }

 p { color: rgb(225,167,26); }

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

background-color css

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

 a { background-color: rgb(225,167,26); }

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

border-color css

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

 span { border-color: rgb(225,167,26); }

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