Html Css Color HEX #E4A025 Galliano

📋 copy color: '#E4A025'

red 228 ◦ green 160 ◦ blue 37

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

Shades of Galliano #E4A025

Tints of Galliano #E4A025

RGB

 RED value IS 228 (89.45% from 255) = 53.65%

 GREEN value IS 160 (62.89% from 255) = 37.65%

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

R = 53.65%
G = 37.65%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#E4A025 (or 0xE4A025) is known color: Galliano. HEX triplet: E4, A0 and 25. RGB value is (228,160,37). Sum of RGB (Red+Green+Blue) = 228+160+37=425 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.65% from 425); Green value is 160 (62.89% from 255 or 37.65% from 425); Blue value is 37 (14.84% from 255 or 8.71% from 425); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4A025 is #1B5FDA. Grayscale: #A6A6A6. Windows color (decimal): -1794011 or 2466020. OLE color: 2466020.

HSL color Cylindrical-coordinate representation of color #E4A025: hue angle of 38.64º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E4A025 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 160 37 -
CMYK 0 0.30 0.84 0.11
HSL 38.64º 0.78% 0.52% -
HSV(B) 38.64º 0.84% 0.89% -
XYZ 44.9 41.77 7.45 -
YUV 166.31 55.03 172 -
System Red Green Blue C M Y K H S L
Decimal 228 160 37 0 0.30 0.84 0.11 38.64 0.78 0.52
Hex E4 A0 25 0 1E 54 B 27 4E 34
Octal 344 240 45 0 36 124 13 47 116 64
Binary 11100100 10100000 100101 0 11110 1010100 1011 100111 1001110 110100

Color Harmonies of #E4A025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4A025

Black with #E4A025

Text Example


Text Example

White with #E4A025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4A025; }

 p { color: rgb(228,160,37); }

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

background-color css

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

 a { background-color: rgb(228,160,37); }

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

border-color css

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

 span { border-color: rgb(228,160,37); }

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