#E7D14C

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

Shades of Festival #E7D14C

Tints of Festival #E7D14C

Color information

#E7D14C (or 0xE7D14C) is unknown color: approx Festival. HEX triplet: E7, D1 and 4C. RGB value is (231,209,76). Sum of RGB (Red+Green+Blue) = 231+209+76=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 209 (82.03% from 255 or 40.50% from 516); Blue value is 76 (30.08% from 255 or 14.73% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D14C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7D14C is #182EB3. Grayscale: #C8C8C8. Windows color (decimal): -1584820 or 5034471. OLE color: 5034471.

HSL color Cylindrical-coordinate representation of color #E7D14C: hue angle of 51.48º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7D14C is Cyan = 0, Magento = 0.10, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB23120976-
CMYK00.100.670.09
HSL51.48º76.35%60.2%-
HSV(B)51.48º67.1%90.59%-
XYZ57.0663.1116.01-
YUV200.4257.79149.81-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.77%
GREEN value IS 209 (82.03% from 255) = 40.50%
BLUE value IS 76 (30.08% from 255) = 14.73%
R=44.77%
G=40.50%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312097600.100.670.0951.4876.3560.2
HexE7D14C0A439334c3c
Octal347321114012103116311474
Binary1110011111010001100110001010100001110011100111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7D14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7D14C; }

 p { color: rgb(231,209,76); }

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

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

 a { background-color: rgb(231,209,76); }

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

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

 span { border-color: rgb(231,209,76); }

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