#EFCF4F

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

Shades of Festival #EFCF4F

Tints of Festival #EFCF4F

Color information

#EFCF4F (or 0xEFCF4F) is unknown color: approx Festival. HEX triplet: EF, CF and 4F. RGB value is (239,207,79). Sum of RGB (Red+Green+Blue) = 239+207+79=525 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.52% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 79 (31.25% from 255 or 15.05% from 525); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCF4F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCF4F is #1030B0. Grayscale: #CACACA. Windows color (decimal): -1061041 or 5230575. OLE color: 5230575.

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

Color convert

RGB23920779-
CMYK00.130.670.06
HSL48º83.33%62.35%-
HSV(B)48º66.95%93.73%-
XYZ59.3263.5416.54-
YUV201.9858.6154.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.52%
GREEN value IS 207 (81.25% from 255) = 39.43%
BLUE value IS 79 (31.25% from 255) = 15.05%
R=45.52%
G=39.43%
B=15.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392077900.130.670.064883.3362.35
HexEFCF4F0D43630533e
Octal35731711701510366012376
Binary111011111100111110011110110110000111101100001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCF4F; }

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

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

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

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

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

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

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

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