#EFD544

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

Shades of Festival #EFD544

Tints of Festival #EFD544

Color information

#EFD544 (or 0xEFD544) is unknown color: approx Festival. HEX triplet: EF, D5 and 44. RGB value is (239,213,68). Sum of RGB (Red+Green+Blue) = 239+213+68=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 213 (83.59% from 255 or 40.96% from 520); Blue value is 68 (26.95% from 255 or 13.08% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD544 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD544 is #102ABB. Grayscale: #CCCCCC. Windows color (decimal): -1059516 or 4511215. OLE color: 4511215.

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

Color convert

RGB23921368-
CMYK00.110.720.06
HSL50.88º84.24%60.2%-
HSV(B)50.88º71.55%93.73%-
XYZ60.4366.3615.09-
YUV204.2451.11152.79-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.96%
GREEN value IS 213 (83.59% from 255) = 40.96%
BLUE value IS 68 (26.95% from 255) = 13.08%
R=45.96%
G=40.96%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392136800.110.720.0650.8884.2460.2
HexEFD5440B48633543c
Octal35732510401311066312474
Binary111011111101010110001000101110010001101100111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD544; }

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

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

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

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

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

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

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

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