#EFCF4C

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

Shades of Festival #EFCF4C

Tints of Festival #EFCF4C

Color information

#EFCF4C (or 0xEFCF4C) is unknown color: approx Festival. HEX triplet: EF, CF and 4C. RGB value is (239,207,76). Sum of RGB (Red+Green+Blue) = 239+207+76=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 76 (30.08% from 255 or 14.56% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCF4C is #1030B3. Grayscale: #CACACA. Windows color (decimal): -1061044 or 5033967. OLE color: 5033967.

HSL color Cylindrical-coordinate representation of color #EFCF4C: hue angle of 48.22º 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 #EFCF4C is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB23920776-
CMYK00.130.680.06
HSL48.22º83.59%61.76%-
HSV(B)48.22º68.2%93.73%-
XYZ59.2163.515.97-
YUV201.6357.1154.65-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.79%
GREEN value IS 207 (81.25% from 255) = 39.66%
BLUE value IS 76 (30.08% from 255) = 14.56%
R=45.79%
G=39.66%
B=14.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392077600.130.680.0648.2283.5961.76
HexEFCF4C0D44630543e
Octal35731711401510466012476
Binary111011111100111110011000110110001001101100001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCF4C; }

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

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

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

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

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

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

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

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