#E4C046

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

Shades of Festival #E4C046

Tints of Festival #E4C046

Color information

#E4C046 (or 0xE4C046) is unknown color: approx Festival. HEX triplet: E4, C0 and 46. RGB value is (228,192,70). Sum of RGB (Red+Green+Blue) = 228+192+70=490 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.53% from 490); Green value is 192 (75.39% from 255 or 39.18% from 490); Blue value is 70 (27.73% from 255 or 14.29% from 490); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E4C046 is #1B3FB9. Grayscale: #BDBDBD. Windows color (decimal): -1785786 or 4636900. OLE color: 4636900.

HSL color Cylindrical-coordinate representation of color #E4C046: hue angle of 46.33º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E4C046 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB22819270-
CMYK00.160.690.11
HSL46.33º74.53%58.43%-
HSV(B)46.33º69.3%89.41%-
XYZ51.9554.6413.6-
YUV188.8660.93155.92-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 46.53%
GREEN value IS 192 (75.39% from 255) = 39.18%
BLUE value IS 70 (27.73% from 255) = 14.29%
R=46.53%
G=39.18%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281927000.160.690.1146.3374.5358.43
HexE4C04601045B2e4b3a
Octal344300106020105135611372
Binary11100100110000001000110010000100010110111011101001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C046; }

 p { color: rgb(228,192,70); }

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

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

 a { background-color: rgb(228,192,70); }

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

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

 span { border-color: rgb(228,192,70); }

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