Html Css Color HEX #E5A425 Galliano

📋 copy color: '#E5A425'

red 229 ◦ green 164 ◦ blue 37

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

Shades of Galliano #E5A425

Tints of Galliano #E5A425

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.14%

 BLUE value IS 37 (14.84% from 255) = 8.6%

R = 53.26%
G = 38.14%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E5A425 (or 0xE5A425) is known color: Galliano. HEX triplet: E5, A4 and 25. RGB value is (229,164,37). Sum of RGB (Red+Green+Blue) = 229+164+37=430 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.26% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 37 (14.84% from 255 or 8.60% from 430); Max value from RGB is 229 - color contains mainly: red. Hex color #E5A425 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E5A425 is #1A5BDA. Grayscale: #A9A9A9. Windows color (decimal): -1727451 or 2467045. OLE color: 2467045.

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

Color convert

RGB 229 164 37 -
CMYK 0 0.28 0.84 0.10
HSL 39.69º 0.79% 0.52% -
HSV(B) 39.69º 0.84% 0.9% -
XYZ 45.92 43.34 7.7 -
YUV 168.96 53.53 170.83 -
System Red Green Blue C M Y K H S L
Decimal 229 164 37 0 0.28 0.84 0.10 39.69 0.79 0.52
Hex E5 A4 25 0 1C 54 A 28 4F 34
Octal 345 244 45 0 34 124 12 50 117 64
Binary 11100101 10100100 100101 0 11100 1010100 1010 101000 1001111 110100

Color Harmonies of #E5A425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5A425

Black with #E5A425

Text Example


Text Example

White with #E5A425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5A425; }

 p { color: rgb(229,164,37); }

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

background-color css

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

 a { background-color: rgb(229,164,37); }

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

border-color css

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

 span { border-color: rgb(229,164,37); }

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