#EFD440

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

Shades of Festival #EFD440

Tints of Festival #EFD440

Color information

#EFD440 (or 0xEFD440) is unknown color: approx Festival. HEX triplet: EF, D4 and 40. RGB value is (239,212,64). Sum of RGB (Red+Green+Blue) = 239+212+64=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 212 (83.20% from 255 or 41.17% from 515); Blue value is 64 (25.39% from 255 or 12.43% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD440 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD440 is #102BBF. Grayscale: #CBCBCB. Windows color (decimal): -1059776 or 4248815. OLE color: 4248815.

HSL color Cylindrical-coordinate representation of color #EFD440: hue angle of 50.74º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EFD440 is Cyan = 0, Magento = 0.11, Yellow = 0.73 and Black (K on CMYK) = 0.06.

Color convert

RGB23921264-
CMYK00.110.730.06
HSL50.74º84.54%59.41%-
HSV(B)50.74º73.22%93.73%-
XYZ60.0765.8114.39-
YUV203.249.45153.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.41%
GREEN value IS 212 (83.20% from 255) = 41.17%
BLUE value IS 64 (25.39% from 255) = 12.43%
R=46.41%
G=41.17%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.73
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392126400.110.730.0650.7484.5459.41
HexEFD4400B49633553b
Octal35732410001311166312573
Binary111011111101010010000000101110010011101100111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD440; }

 p { color: rgb(239,212,64); }

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

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

 a { background-color: rgb(239,212,64); }

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

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

 span { border-color: rgb(239,212,64); }

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