Html Css Color HEX #E1A51C Galliano

📋 copy color: '#E1A51C'

red 225 ◦ green 165 ◦ blue 28

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

Shades of Galliano #E1A51C

Tints of Galliano #E1A51C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.7%

R = 53.83%
G = 39.47%
B = 6.7%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E1A51C (or 0xE1A51C) is known color: Galliano. HEX triplet: E1, A5 and 1C. RGB value is (225,165,28). Sum of RGB (Red+Green+Blue) = 225+165+28=418 (55% of max value = 765). Red value is 225 (88.28% from 255 or 53.83% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 28 (11.33% from 255 or 6.70% from 418); Max value from RGB is 225 - color contains mainly: red. Hex color #E1A51C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1A51C is #1E5AE3. Grayscale: #A7A7A7. Windows color (decimal): -1989348 or 1877473. OLE color: 1877473.

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

Color convert

RGB 225 165 28 -
CMYK 0 0.27 0.88 0.12
HSL 41.73º 0.78% 0.5% -
HSV(B) 41.73º 0.88% 0.88% -
XYZ 44.72 43 7.04 -
YUV 167.32 49.38 169.14 -
System Red Green Blue C M Y K H S L
Decimal 225 165 28 0 0.27 0.88 0.12 41.73 0.78 0.5
Hex E1 A5 1C 0 1B 58 C 2A 4E 32
Octal 341 245 34 0 33 130 14 52 116 62
Binary 11100001 10100101 11100 0 11011 1011000 1100 101010 1001110 110010

Color Harmonies of #E1A51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1A51C

Black with #E1A51C

Text Example


Text Example

White with #E1A51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1A51C; }

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

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

background-color css

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

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

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

border-color css

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

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

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