#E8D340

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

Shades of Festival #E8D340

Tints of Festival #E8D340

Color information

#E8D340 (or 0xE8D340) is unknown color: approx Festival. HEX triplet: E8, D3 and 40. RGB value is (232,211,64). Sum of RGB (Red+Green+Blue) = 232+211+64=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 64 (25.39% from 255 or 12.62% from 507); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D340 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E8D340 is #172CBF. Grayscale: #C9C9C9. Windows color (decimal): -1518784 or 4248552. OLE color: 4248552.

HSL color Cylindrical-coordinate representation of color #E8D340: hue angle of 52.5º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E8D340 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB23221164-
CMYK00.090.720.09
HSL52.5º78.5%58.04%-
HSV(B)52.5º72.41%90.98%-
XYZ57.564.1114.2-
YUV200.5250.96150.45-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.76%
GREEN value IS 211 (82.81% from 255) = 41.62%
BLUE value IS 64 (25.39% from 255) = 12.62%
R=45.76%
G=41.62%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2322116400.090.720.0952.578.558.04
HexE8D34009489344f3a
Octal350323100011110116411772
Binary1110100011010011100000001001100100010011101001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8D340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8D340; }

 p { color: rgb(232,211,64); }

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

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

 a { background-color: rgb(232,211,64); }

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

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

 span { border-color: rgb(232,211,64); }

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