#E3C450

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

Shades of Festival #E3C450

Tints of Festival #E3C450

Color information

#E3C450 (or 0xE3C450) is unknown color: approx Festival. HEX triplet: E3, C4 and 50. RGB value is (227,196,80). Sum of RGB (Red+Green+Blue) = 227+196+80=503 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.13% from 503); Green value is 196 (76.95% from 255 or 38.97% from 503); Blue value is 80 (31.64% from 255 or 15.90% from 503); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3C450 is #1C3BAF. Grayscale: #C0C0C0. Windows color (decimal): -1850288 or 5293283. OLE color: 5293283.

HSL color Cylindrical-coordinate representation of color #E3C450: hue angle of 47.35º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E3C450 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB22719680-
CMYK00.140.650.11
HSL47.35º72.41%60.2%-
HSV(B)47.35º64.76%89.02%-
XYZ52.8756.3915.69-
YUV192.0464.77152.93-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.13%
GREEN value IS 196 (76.95% from 255) = 38.97%
BLUE value IS 80 (31.64% from 255) = 15.90%
R=45.13%
G=38.97%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271968000.140.650.1147.3572.4160.2
HexE3C4500E41B2f483c
Octal343304120016101135711074
Binary1110001111000100101000001110100000110111011111001000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C450; }

 p { color: rgb(227,196,80); }

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

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

 a { background-color: rgb(227,196,80); }

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

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

 span { border-color: rgb(227,196,80); }

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