#efc84e

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

Shades of Festival #EFC84E

Tints of Festival #EFC84E

Color information

#EFC84E (or 0xEFC84E) is unknown color: approx Festival. HEX triplet: EF, C8 and 4E. RGB value is (239,200,78). Sum of RGB (Red+Green+Blue) = 239+200+78=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 200 (78.52% from 255 or 38.68% from 517); Blue value is 78 (30.86% from 255 or 15.09% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC84E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC84E is #1037B1. Grayscale: #C6C6C6. Windows color (decimal): -1062834 or 5163247. OLE color: 5163247.

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

Color convert

RGB23920078-
CMYK00.160.670.06
HSL45.47º83.42%62.16%-
HSV(B)45.47º67.36%93.73%-
XYZ57.6360.2115.79-
YUV197.7560.42157.42-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.23%
GREEN value IS 200 (78.52% from 255) = 38.68%
BLUE value IS 78 (30.86% from 255) = 15.09%
R=46.23%
G=38.68%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392007800.160.670.0645.4783.4262.16
HexEFC84E0104362d533e
Octal35731011602010365512376
Binary1110111111001000100111001000010000111101011011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efc84e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efc84e; }

 p { color: rgb(239,200,78); }

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

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

 a { background-color: rgb(239,200,78); }

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

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

 span { border-color: rgb(239,200,78); }

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