#EFC93D

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

Shades of Festival #EFC93D

Tints of Festival #EFC93D

Color information

#EFC93D (or 0xEFC93D) is unknown color: approx Festival. HEX triplet: EF, C9 and 3D. RGB value is (239,201,61). Sum of RGB (Red+Green+Blue) = 239+201+61=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 201 (78.91% from 255 or 40.12% from 501); Blue value is 61 (24.22% from 255 or 12.18% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC93D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC93D is #1036C2. Grayscale: #C5C5C5. Windows color (decimal): -1062595 or 4049391. OLE color: 4049391.

HSL color Cylindrical-coordinate representation of color #EFC93D: hue angle of 47.19º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFC93D is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB23920161-
CMYK00.160.740.06
HSL47.19º84.76%58.82%-
HSV(B)47.19º74.48%93.73%-
XYZ57.3360.4613.06-
YUV196.451.59158.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.70%
GREEN value IS 201 (78.91% from 255) = 40.12%
BLUE value IS 61 (24.22% from 255) = 12.18%
R=47.70%
G=40.12%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392016100.160.740.0647.1984.7658.82
HexEFC93D0104A62f553b
Octal3573117502011265712573
Binary111011111100100111110101000010010101101011111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC93D; }

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

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

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

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

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

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

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

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