#e3bf47

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

Shades of Festival #E3BF47

Tints of Festival #E3BF47

Color information

#E3BF47 (or 0xE3BF47) is unknown color: approx Festival. HEX triplet: E3, BF and 47. RGB value is (227,191,71). Sum of RGB (Red+Green+Blue) = 227+191+71=489 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.42% from 489); Green value is 191 (75% from 255 or 39.06% from 489); Blue value is 71 (28.12% from 255 or 14.52% from 489); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BF47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3BF47 is #1C40B8. Grayscale: #BCBCBC. Windows color (decimal): -1851577 or 4702179. OLE color: 4702179.

HSL color Cylindrical-coordinate representation of color #E3BF47: hue angle of 46.15º degrees, saturation: 0.74, 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 #E3BF47 is Cyan = 0, Magento = 0.16, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB22719171-
CMYK00.160.690.11
HSL46.15º73.58%58.43%-
HSV(B)46.15º68.72%89.02%-
XYZ51.4554.0513.68-
YUV188.0861.93155.76-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.42%
GREEN value IS 191 (75% from 255) = 39.06%
BLUE value IS 71 (28.12% from 255) = 14.52%
R=46.42%
G=39.06%
B=14.52%

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
Decimal2271917100.160.690.1146.1573.5858.43
HexE3BF4701045B2e4a3a
Octal343277107020105135611272
Binary11100011101111111000111010000100010110111011101001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3bf47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3bf47; }

 p { color: rgb(227,191,71); }

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

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

 a { background-color: rgb(227,191,71); }

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

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

 span { border-color: rgb(227,191,71); }

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