Html Css Color HEX #E1A527 Galliano

📋 copy color: '#E1A527'

red 225 ◦ green 165 ◦ blue 39

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

Shades of Galliano #E1A527

Tints of Galliano #E1A527

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.46%

 BLUE value IS 39 (15.63% from 255) = 9.09%

R = 52.45%
G = 38.46%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E1A527 (or 0xE1A527) is known color: Galliano. HEX triplet: E1, A5 and 27. RGB value is (225,165,39). Sum of RGB (Red+Green+Blue) = 225+165+39=429 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.45% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 39 (15.62% from 255 or 9.09% from 429); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A527 is #1E5AD8. Grayscale: #A9A9A9. Windows color (decimal): -1989337 or 2598369. OLE color: 2598369.

HSL color Cylindrical-coordinate representation of color #E1A527: hue angle of 40.65º 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 #E1A527 is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 165 39 -
CMYK 0 0.27 0.83 0.12
HSL 40.65º 0.76% 0.52% -
HSV(B) 40.65º 0.83% 0.88% -
XYZ 44.87 43.06 7.87 -
YUV 168.58 54.88 168.25 -
System Red Green Blue C M Y K H S L
Decimal 225 165 39 0 0.27 0.83 0.12 40.65 0.76 0.52
Hex E1 A5 27 0 1B 53 C 29 4C 34
Octal 341 245 47 0 33 123 14 51 114 64
Binary 11100001 10100101 100111 0 11011 1010011 1100 101001 1001100 110100

Color Harmonies of #E1A527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A527

Black with #E1A527

Text Example


Text Example

White with #E1A527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A527; }

 p { color: rgb(225,165,39); }

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

background-color css

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

 a { background-color: rgb(225,165,39); }

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

border-color css

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

 span { border-color: rgb(225,165,39); }

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