#EFD148

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

Shades of Festival #EFD148

Tints of Festival #EFD148

Color information

#EFD148 (or 0xEFD148) is unknown color: approx Festival. HEX triplet: EF, D1 and 48. RGB value is (239,209,72). Sum of RGB (Red+Green+Blue) = 239+209+72=520 (68% of max value = 765). Red value is 239 (93.75% from 255 or 45.96% from 520); Green value is 209 (82.03% from 255 or 40.19% from 520); Blue value is 72 (28.52% from 255 or 13.85% from 520); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD148 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD148 is #102EB7. Grayscale: #CACACA. Windows color (decimal): -1060536 or 4772335. OLE color: 4772335.

HSL color Cylindrical-coordinate representation of color #EFD148: hue angle of 49.22º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EFD148 is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB23920972-
CMYK00.130.700.06
HSL49.22º83.92%60.98%-
HSV(B)49.22º69.87%93.73%-
XYZ59.5764.4215.43-
YUV202.3554.44154.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 45.96%
GREEN value IS 209 (82.03% from 255) = 40.19%
BLUE value IS 72 (28.52% from 255) = 13.85%
R=45.96%
G=40.19%
B=13.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392097200.130.700.0649.2283.9260.98
HexEFD1480D46631543d
Octal35732111001510666112475
Binary111011111101000110010000110110001101101100011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD148; }

 p { color: rgb(239,209,72); }

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

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

 a { background-color: rgb(239,209,72); }

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

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

 span { border-color: rgb(239,209,72); }

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