#E49F23

Color #E49F23 Galliano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Galliano #E49F23

Tints of Galliano #E49F23

Color information

#E49F23 (or 0xE49F23) is unknown color: approx Galliano. HEX triplet: E4, 9F and 23. RGB value is (228,159,35). Sum of RGB (Red+Green+Blue) = 228+159+35=422 (55% of max value = 765). Red value is 228 (89.45% from 255 or 54.03% from 422); Green value is 159 (62.5% from 255 or 37.68% from 422); Blue value is 35 (14.06% from 255 or 8.29% from 422); Max value from RGB is 228 - color contains mainly: red. Hex color #E49F23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E49F23 is #1B60DC. Grayscale: #A6A6A6. Windows color (decimal): -1794269 or 2334692. OLE color: 2334692.

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

Color convert

RGB22815935-
CMYK00.300.850.11
HSL38.55º78.14%51.57%-
HSV(B)38.55º84.65%89.41%-
XYZ44.741.417.23-
YUV165.554.36172.58-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 54.03%
GREEN value IS 159 (62.5% from 255) = 37.68%
BLUE value IS 35 (14.06% from 255) = 8.29%
R=54.03%
G=37.68%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281593500.300.850.1138.5578.1451.57
HexE49F2301E55B274e34
Octal34423743036125134711664
Binary1110010010011111100011011110101010110111001111001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E49F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E49F23; }

 p { color: rgb(228,159,35); }

 H1.HeaderClassName
 {
   color: #E49F23;
 }
 .AnyTagClassName
 {
   color: #E49F23;
 }
</style>
background-color css

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

 a { background-color: rgb(228,159,35); }

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

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

 span { border-color: rgb(228,159,35); }

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