#EFD53F

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

Shades of Festival #EFD53F

Tints of Festival #EFD53F

Color information

#EFD53F (or 0xEFD53F) is unknown color: approx Festival. HEX triplet: EF, D5 and 3F. RGB value is (239,213,63). Sum of RGB (Red+Green+Blue) = 239+213+63=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 63 (25% from 255 or 12.23% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD53F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD53F is #102AC0. Grayscale: #CCCCCC. Windows color (decimal): -1059521 or 4183535. OLE color: 4183535.

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

Color convert

RGB23921363-
CMYK00.110.740.06
HSL51.14º84.62%59.22%-
HSV(B)51.14º73.64%93.73%-
XYZ60.2966.314.32-
YUV203.6748.61153.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.41%
GREEN value IS 213 (83.59% from 255) = 41.36%
BLUE value IS 63 (25% from 255) = 12.23%
R=46.41%
G=41.36%
B=12.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392136300.110.740.0651.1484.6259.22
HexEFD53F0B4A633553b
Octal3573257701311266312573
Binary11101111110101011111110101110010101101100111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD53F; }

 p { color: rgb(239,213,63); }

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

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

 a { background-color: rgb(239,213,63); }

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

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

 span { border-color: rgb(239,213,63); }

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