#EFCC41

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

Shades of Festival #EFCC41

Tints of Festival #EFCC41

Color information

#EFCC41 (or 0xEFCC41) is unknown color: approx Festival. HEX triplet: EF, CC and 41. RGB value is (239,204,65). Sum of RGB (Red+Green+Blue) = 239+204+65=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 204 (80.08% from 255 or 40.16% from 508); Blue value is 65 (25.78% from 255 or 12.80% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC41 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCC41 is #1033BE. Grayscale: #C7C7C7. Windows color (decimal): -1061823 or 4312303. OLE color: 4312303.

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

Color convert

RGB23920465-
CMYK00.150.730.06
HSL47.93º84.47%59.61%-
HSV(B)47.93º72.8%93.73%-
XYZ58.1461.9213.89-
YUV198.6252.6156.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.05%
GREEN value IS 204 (80.08% from 255) = 40.16%
BLUE value IS 65 (25.78% from 255) = 12.80%
R=47.05%
G=40.16%
B=12.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392046500.150.730.0647.9384.4759.61
HexEFCC410F49630543c
Octal35731410101711166012474
Binary111011111100110010000010111110010011101100001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCC41; }

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

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

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

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

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

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

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

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