#EFCA3D

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

Shades of Festival #EFCA3D

Tints of Festival #EFCA3D

Color information

#EFCA3D (or 0xEFCA3D) is unknown color: approx Festival. HEX triplet: EF, CA and 3D. RGB value is (239,202,61). Sum of RGB (Red+Green+Blue) = 239+202+61=502 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.61% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 61 (24.22% from 255 or 12.15% from 502); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA3D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFCA3D is #1035C2. Grayscale: #C5C5C5. Windows color (decimal): -1062339 or 4049647. OLE color: 4049647.

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

Color convert

RGB23920261-
CMYK00.150.740.06
HSL47.53º84.76%58.82%-
HSV(B)47.53º74.48%93.73%-
XYZ57.5660.9313.14-
YUV196.9951.26157.96-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.61%
GREEN value IS 202 (79.30% from 255) = 40.24%
BLUE value IS 61 (24.22% from 255) = 12.15%
R=47.61%
G=40.24%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392026100.150.740.0647.5384.7658.82
HexEFCA3D0F4A630553b
Octal3573127501711266012573
Binary11101111110010101111010111110010101101100001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCA3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCA3D; }

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

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

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

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

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

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

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

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