#EFD944

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

Shades of Festival #EFD944

Tints of Festival #EFD944

Color information

#EFD944 (or 0xEFD944) is unknown color: approx Festival. HEX triplet: EF, D9 and 44. RGB value is (239,217,68). Sum of RGB (Red+Green+Blue) = 239+217+68=524 (69% of max value = 765). Red value is 239 (93.75% from 255 or 45.61% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 68 (26.95% from 255 or 12.98% from 524); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD944 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD944 is #1026BB. Grayscale: #CFCFCF. Windows color (decimal): -1058492 or 4512239. OLE color: 4512239.

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

Color convert

RGB23921768-
CMYK00.090.720.06
HSL52.28º84.24%60.2%-
HSV(B)52.28º71.55%93.73%-
XYZ61.4568.3915.43-
YUV206.5949.79151.12-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.61%
GREEN value IS 217 (85.16% from 255) = 41.41%
BLUE value IS 68 (26.95% from 255) = 12.98%
R=45.61%
G=41.41%
B=12.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392176800.090.720.0652.2884.2460.2
HexEFD9440948634543c
Octal35733110401111066412474
Binary111011111101100110001000100110010001101101001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD944; }

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

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

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

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

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

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

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

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