Html Css Color HEX #E5A51F Galliano

📋 copy color: '#E5A51F'

red 229 ◦ green 165 ◦ blue 31

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

Shades of Galliano #E5A51F

Tints of Galliano #E5A51F

RGB

 RED value IS 229 (89.84% from 255) = 53.88%

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

 BLUE value IS 31 (12.5% from 255) = 7.29%

R = 53.88%
G = 38.82%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E5A51F (or 0xE5A51F) is known color: Galliano. HEX triplet: E5, A5 and 1F. RGB value is (229,165,31). Sum of RGB (Red+Green+Blue) = 229+165+31=425 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.88% from 425); Green value is 165 (64.84% from 255 or 38.82% from 425); Blue value is 31 (12.5% from 255 or 7.29% from 425); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A51F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A51F is #1A5AE0. Grayscale: #A9A9A9. Windows color (decimal): -1727201 or 2074085. OLE color: 2074085.

HSL color Cylindrical-coordinate representation of color #E5A51F: hue angle of 40.61º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E5A51F is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 165 31 -
CMYK 0 0.28 0.86 0.10
HSL 40.61º 0.79% 0.51% -
HSV(B) 40.61º 0.86% 0.9% -
XYZ 46.02 43.67 7.3 -
YUV 168.86 50.2 170.9 -
System Red Green Blue C M Y K H S L
Decimal 229 165 31 0 0.28 0.86 0.10 40.61 0.79 0.51
Hex E5 A5 1F 0 1C 56 A 29 4F 33
Octal 345 245 37 0 34 126 12 51 117 63
Binary 11100101 10100101 11111 0 11100 1010110 1010 101001 1001111 110011

Color Harmonies of #E5A51F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A51F

Black with #E5A51F

Text Example


Text Example

White with #E5A51F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A51F; }

 p { color: rgb(229,165,31); }

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

background-color css

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

 a { background-color: rgb(229,165,31); }

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

border-color css

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

 span { border-color: rgb(229,165,31); }

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