#E6D746

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

Shades of Festival #E6D746

Tints of Festival #E6D746

Color information

#E6D746 (or 0xE6D746) is unknown color: approx Festival. HEX triplet: E6, D7 and 46. RGB value is (230,215,70). Sum of RGB (Red+Green+Blue) = 230+215+70=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 70 (27.73% from 255 or 13.59% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D746 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6D746 is #1928B9. Grayscale: #CBCBCB. Windows color (decimal): -1648826 or 4642790. OLE color: 4642790.

HSL color Cylindrical-coordinate representation of color #E6D746: hue angle of 54.38º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E6D746 is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB23021570-
CMYK00.070.700.10
HSL54.38º76.19%58.82%-
HSV(B)54.38º69.57%90.2%-
XYZ58.0465.8715.45-
YUV202.9652.97147.29-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.66%
GREEN value IS 215 (84.38% from 255) = 41.75%
BLUE value IS 70 (27.73% from 255) = 13.59%
R=44.66%
G=41.75%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2302157000.070.700.1054.3876.1958.82
HexE6D7460746A364c3b
Octal34632710607106126611473
Binary111001101101011110001100111100011010101101101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6D746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6D746; }

 p { color: rgb(230,215,70); }

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

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

 a { background-color: rgb(230,215,70); }

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

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

 span { border-color: rgb(230,215,70); }

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