#E3BD43

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

Shades of Festival #E3BD43

Tints of Festival #E3BD43

Color information

#E3BD43 (or 0xE3BD43) is unknown color: approx Festival. HEX triplet: E3, BD and 43. RGB value is (227,189,67). Sum of RGB (Red+Green+Blue) = 227+189+67=483 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.00% from 483); Green value is 189 (74.22% from 255 or 39.13% from 483); Blue value is 67 (26.56% from 255 or 13.87% from 483); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BD43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3BD43 is #1C42BC. Grayscale: #BABABA. Windows color (decimal): -1852093 or 4439523. OLE color: 4439523.

HSL color Cylindrical-coordinate representation of color #E3BD43: hue angle of 45.75º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E3BD43 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB22718967-
CMYK00.170.700.11
HSL45.75º74.07%57.65%-
HSV(B)45.75º70.48%89.02%-
XYZ50.8953.1312.88-
YUV186.4560.59156.92-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 47.00%
GREEN value IS 189 (74.22% from 255) = 39.13%
BLUE value IS 67 (26.56% from 255) = 13.87%
R=47.00%
G=39.13%
B=13.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.70
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271896700.170.700.1145.7574.0757.65
HexE3BD4301146B2e4a3a
Octal343275103021106135611272
Binary11100011101111011000011010001100011010111011101001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BD43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BD43; }

 p { color: rgb(227,189,67); }

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

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

 a { background-color: rgb(227,189,67); }

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

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

 span { border-color: rgb(227,189,67); }

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