#efc547

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

Shades of Festival #EFC547

Tints of Festival #EFC547

Color information

#EFC547 (or 0xEFC547) is unknown color: approx Festival. HEX triplet: EF, C5 and 47. RGB value is (239,197,71). Sum of RGB (Red+Green+Blue) = 239+197+71=507 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.14% from 507); Green value is 197 (77.34% from 255 or 38.86% from 507); Blue value is 71 (28.12% from 255 or 14.00% from 507); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC547 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFC547 is #103AB8. Grayscale: #C3C3C3. Windows color (decimal): -1063609 or 4703727. OLE color: 4703727.

HSL color Cylindrical-coordinate representation of color #EFC547: hue angle of 45º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFC547 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB23919771-
CMYK00.180.700.06
HSL45º84%60.78%-
HSV(B)45º70.29%93.73%-
XYZ56.758.7414.31-
YUV195.1957.91159.25-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.14%
GREEN value IS 197 (77.34% from 255) = 38.86%
BLUE value IS 71 (28.12% from 255) = 14.00%
R=47.14%
G=38.86%
B=14.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391977100.180.700.06458460.78
HexEFC5470124662d543d
Octal35730510702210665512475
Binary1110111111000101100011101001010001101101011011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efc547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efc547; }

 p { color: rgb(239,197,71); }

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

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

 a { background-color: rgb(239,197,71); }

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

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

 span { border-color: rgb(239,197,71); }

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