#EFC94D

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

Shades of Festival #EFC94D

Tints of Festival #EFC94D

Color information

#EFC94D (or 0xEFC94D) is unknown color: approx Festival. HEX triplet: EF, C9 and 4D. RGB value is (239,201,77). Sum of RGB (Red+Green+Blue) = 239+201+77=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 201 (78.91% from 255 or 38.88% from 517); Blue value is 77 (30.47% from 255 or 14.89% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC94D is #1036B2. Grayscale: #C6C6C6. Windows color (decimal): -1062579 or 5097967. OLE color: 5097967.

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

Color convert

RGB23920177-
CMYK00.160.680.06
HSL45.93º83.51%61.96%-
HSV(B)45.93º67.78%93.73%-
XYZ57.8260.6615.68-
YUV198.2359.59157.08-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.23%
GREEN value IS 201 (78.91% from 255) = 38.88%
BLUE value IS 77 (30.47% from 255) = 14.89%
R=46.23%
G=38.88%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392017700.160.680.0645.9383.5161.96
HexEFC94D0104462e543e
Octal35731111502010465612476
Binary1110111111001001100110101000010001001101011101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC94D; }

 p { color: rgb(239,201,77); }

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

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

 a { background-color: rgb(239,201,77); }

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

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

 span { border-color: rgb(239,201,77); }

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