#EFCA50

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

Shades of Festival #EFCA50

Tints of Festival #EFCA50

Color information

#EFCA50 (or 0xEFCA50) is unknown color: approx Festival. HEX triplet: EF, CA and 50. RGB value is (239,202,80). Sum of RGB (Red+Green+Blue) = 239+202+80=521 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.87% from 521); Green value is 202 (79.30% from 255 or 38.77% from 521); Blue value is 80 (31.64% from 255 or 15.36% from 521); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA50 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCA50 is #1035AF. Grayscale: #C7C7C7. Windows color (decimal): -1062320 or 5294831. OLE color: 5294831.

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

Color convert

RGB23920280-
CMYK00.150.670.06
HSL46.04º83.25%62.55%-
HSV(B)46.04º66.53%93.73%-
XYZ58.1761.1716.33-
YUV199.1660.76156.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.87%
GREEN value IS 202 (79.30% from 255) = 38.77%
BLUE value IS 80 (31.64% from 255) = 15.36%
R=45.87%
G=38.77%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392028000.150.670.0646.0483.2562.55
HexEFCA500F4362e533f
Octal35731212001710365612377
Binary111011111100101010100000111110000111101011101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCA50; }

 p { color: rgb(239,202,80); }

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

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

 a { background-color: rgb(239,202,80); }

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

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

 span { border-color: rgb(239,202,80); }

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