#EFCC45

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

Shades of Festival #EFCC45

Tints of Festival #EFCC45

Color information

#EFCC45 (or 0xEFCC45) is unknown color: approx Festival. HEX triplet: EF, CC and 45. RGB value is (239,204,69). Sum of RGB (Red+Green+Blue) = 239+204+69=512 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.68% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 69 (27.34% from 255 or 13.48% from 512); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCC45 is #1033BA. Grayscale: #C7C7C7. Windows color (decimal): -1061819 or 4574447. OLE color: 4574447.

HSL color Cylindrical-coordinate representation of color #EFCC45: hue angle of 47.65º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EFCC45 is Cyan = 0, Magento = 0.15, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB23920469-
CMYK00.150.710.06
HSL47.65º84.16%60.39%-
HSV(B)47.65º71.13%93.73%-
XYZ58.2661.9714.52-
YUV199.0854.6156.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.68%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 69 (27.34% from 255) = 13.48%
R=46.68%
G=39.84%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392046900.150.710.0647.6584.1660.39
HexEFCC450F47630543c
Octal35731410501710766012474
Binary111011111100110010001010111110001111101100001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCC45; }

 p { color: rgb(239,204,69); }

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

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

 a { background-color: rgb(239,204,69); }

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

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

 span { border-color: rgb(239,204,69); }

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