#E7CE4C

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

Shades of Festival #E7CE4C

Tints of Festival #E7CE4C

Color information

#E7CE4C (or 0xE7CE4C) is unknown color: approx Festival. HEX triplet: E7, CE and 4C. RGB value is (231,206,76). Sum of RGB (Red+Green+Blue) = 231+206+76=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 76 (30.08% from 255 or 14.81% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CE4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7CE4C is #1831B3. Grayscale: #C7C7C7. Windows color (decimal): -1585588 or 5033703. OLE color: 5033703.

HSL color Cylindrical-coordinate representation of color #E7CE4C: hue angle of 50.32º 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 #E7CE4C is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB23120676-
CMYK00.110.670.09
HSL50.32º76.35%60.2%-
HSV(B)50.32º67.1%90.59%-
XYZ56.3361.6515.77-
YUV198.6558.78151.07-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.03%
GREEN value IS 206 (80.86% from 255) = 40.16%
BLUE value IS 76 (30.08% from 255) = 14.81%
R=45.03%
G=40.16%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2312067600.110.670.0950.3276.3560.2
HexE7CE4C0B439324c3c
Octal347316114013103116211474
Binary1110011111001110100110001011100001110011100101001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CE4C; }

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

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

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

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

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

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

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

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