Html Css Color HEX #E1A726 Galliano

📋 copy color: '#E1A726'

red 225 ◦ green 167 ◦ blue 38

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

Shades of Galliano #E1A726

Tints of Galliano #E1A726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 8.84%

R = 52.33%
G = 38.84%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E1A726 (or 0xE1A726) is known color: Galliano. HEX triplet: E1, A7 and 26. RGB value is (225,167,38). Sum of RGB (Red+Green+Blue) = 225+167+38=430 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.33% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 38 (15.23% from 255 or 8.84% from 430); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A726 is #1E58D9. Grayscale: #AAAAAA. Windows color (decimal): -1988826 or 2533345. OLE color: 2533345.

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

Color convert

RGB 225 167 38 -
CMYK 0 0.26 0.83 0.12
HSL 41.39º 0.76% 0.52% -
HSV(B) 41.39º 0.83% 0.88% -
XYZ 45.22 43.78 7.9 -
YUV 169.64 53.72 167.49 -
System Red Green Blue C M Y K H S L
Decimal 225 167 38 0 0.26 0.83 0.12 41.39 0.76 0.52
Hex E1 A7 26 0 1A 53 C 29 4C 34
Octal 341 247 46 0 32 123 14 51 114 64
Binary 11100001 10100111 100110 0 11010 1010011 1100 101001 1001100 110100

Color Harmonies of #E1A726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A726

Black with #E1A726

Text Example


Text Example

White with #E1A726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A726; }

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

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

background-color css

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

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

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

border-color css

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

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

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