#EFCD4E

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

Shades of Festival #EFCD4E

Tints of Festival #EFCD4E

Color information

#EFCD4E (or 0xEFCD4E) is unknown color: approx Festival. HEX triplet: EF, CD and 4E. RGB value is (239,205,78). Sum of RGB (Red+Green+Blue) = 239+205+78=522 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.79% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 78 (30.86% from 255 or 14.94% from 522); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD4E is #1032B1. Grayscale: #C9C9C9. Windows color (decimal): -1061554 or 5164527. OLE color: 5164527.

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

Color convert

RGB23920578-
CMYK00.140.670.06
HSL47.33º83.42%62.16%-
HSV(B)47.33º67.36%93.73%-
XYZ58.862.5616.18-
YUV200.6958.76155.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.79%
GREEN value IS 205 (80.47% from 255) = 39.27%
BLUE value IS 78 (30.86% from 255) = 14.94%
R=45.79%
G=39.27%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392057800.140.670.0647.3383.4262.16
HexEFCD4E0E4362f533e
Octal35731511601610365712376
Binary111011111100110110011100111010000111101011111010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCD4E; }

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

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

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

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

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

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

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

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