#EFCE4C

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

Shades of Festival #EFCE4C

Tints of Festival #EFCE4C

Color information

#EFCE4C (or 0xEFCE4C) is unknown color: approx Festival. HEX triplet: EF, CE and 4C. RGB value is (239,206,76). Sum of RGB (Red+Green+Blue) = 239+206+76=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 76 (30.08% from 255 or 14.59% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCE4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCE4C is #1031B3. Grayscale: #C9C9C9. Windows color (decimal): -1061300 or 5033711. OLE color: 5033711.

HSL color Cylindrical-coordinate representation of color #EFCE4C: hue angle of 47.85º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EFCE4C is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB23920676-
CMYK00.140.680.06
HSL47.85º83.59%61.76%-
HSV(B)47.85º68.2%93.73%-
XYZ58.9763.0215.89-
YUV201.0557.43155.07-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.87%
GREEN value IS 206 (80.86% from 255) = 39.54%
BLUE value IS 76 (30.08% from 255) = 14.59%
R=45.87%
G=39.54%
B=14.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392067600.140.680.0647.8583.5961.76
HexEFCE4C0E44630543e
Octal35731611401610466012476
Binary111011111100111010011000111010001001101100001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCE4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCE4C; }

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

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

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

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

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

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

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

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