Html Css Color HEX #E4A128 Galliano

📋 copy color: '#E4A128'

red 228 ◦ green 161 ◦ blue 40

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

Shades of Galliano #E4A128

Tints of Galliano #E4A128

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.53%

 BLUE value IS 40 (16.02% from 255) = 9.32%

R = 53.15%
G = 37.53%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E4A128 (or 0xE4A128) is known color: Galliano. HEX triplet: E4, A1 and 28. RGB value is (228,161,40). Sum of RGB (Red+Green+Blue) = 228+161+40=429 (56% of max value = 765). Red value is 228 (89.45% from 255 or 53.15% from 429); Green value is 161 (63.28% from 255 or 37.53% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 228 - color contains mainly: red. Hex color #E4A128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E4A128 is #1B5ED7. Grayscale: #A7A7A7. Windows color (decimal): -1793752 or 2662884. OLE color: 2662884.

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

Color convert

RGB 228 161 40 -
CMYK 0 0.29 0.82 0.11
HSL 38.62º 0.78% 0.53% -
HSV(B) 38.62º 0.82% 0.89% -
XYZ 45.12 42.14 7.76 -
YUV 167.24 56.2 171.34 -
System Red Green Blue C M Y K H S L
Decimal 228 161 40 0 0.29 0.82 0.11 38.62 0.78 0.53
Hex E4 A1 28 0 1D 52 B 27 4E 35
Octal 344 241 50 0 35 122 13 47 116 65
Binary 11100100 10100001 101000 0 11101 1010010 1011 100111 1001110 110101

Color Harmonies of #E4A128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4A128

Black with #E4A128

Text Example


Text Example

White with #E4A128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4A128; }

 p { color: rgb(228,161,40); }

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

background-color css

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

 a { background-color: rgb(228,161,40); }

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

border-color css

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

 span { border-color: rgb(228,161,40); }

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