#EFCD4C

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

Shades of Festival #EFCD4C

Tints of Festival #EFCD4C

Color information

#EFCD4C (or 0xEFCD4C) is unknown color: approx Festival. HEX triplet: EF, CD and 4C. RGB value is (239,205,76). Sum of RGB (Red+Green+Blue) = 239+205+76=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 205 (80.47% from 255 or 39.42% from 520); Blue value is 76 (30.08% from 255 or 14.62% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD4C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCD4C is #1032B3. Grayscale: #C9C9C9. Windows color (decimal): -1061556 or 5033455. OLE color: 5033455.

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

Color convert

RGB23920576-
CMYK00.140.680.06
HSL47.48º83.59%61.76%-
HSV(B)47.48º68.2%93.73%-
XYZ58.7362.5415.81-
YUV200.4657.76155.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.96%
GREEN value IS 205 (80.47% from 255) = 39.42%
BLUE value IS 76 (30.08% from 255) = 14.62%
R=45.96%
G=39.42%
B=14.62%

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
Decimal2392057600.140.680.0647.4883.5961.76
HexEFCD4C0E4462f543e
Octal35731511401610465712476
Binary111011111100110110011000111010001001101011111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCD4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCD4C; }

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

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

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

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

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

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

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

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