#EFD344

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

Shades of Festival #EFD344

Tints of Festival #EFD344

Color information

#EFD344 (or 0xEFD344) is unknown color: approx Festival. HEX triplet: EF, D3 and 44. RGB value is (239,211,68). Sum of RGB (Red+Green+Blue) = 239+211+68=518 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.14% from 518); Green value is 211 (82.81% from 255 or 40.73% from 518); Blue value is 68 (26.95% from 255 or 13.13% from 518); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD344 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD344 is #102CBB. Grayscale: #CBCBCB. Windows color (decimal): -1060028 or 4510703. OLE color: 4510703.

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

Color convert

RGB23921168-
CMYK00.120.720.06
HSL50.18º84.24%60.2%-
HSV(B)50.18º71.55%93.73%-
XYZ59.9365.3614.93-
YUV203.0751.78153.63-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.14%
GREEN value IS 211 (82.81% from 255) = 40.73%
BLUE value IS 68 (26.95% from 255) = 13.13%
R=46.14%
G=40.73%
B=13.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392116800.120.720.0650.1884.2460.2
HexEFD3440C48632543c
Octal35732310401411066212474
Binary111011111101001110001000110010010001101100101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD344; }

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

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

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

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

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

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

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

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