#EFD23D

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

Shades of Festival #EFD23D

Tints of Festival #EFD23D

Color information

#EFD23D (or 0xEFD23D) is unknown color: approx Festival. HEX triplet: EF, D2 and 3D. RGB value is (239,210,61). Sum of RGB (Red+Green+Blue) = 239+210+61=510 (67% of max value = 765). Red value is 239 (93.75% from 255 or 46.86% from 510); Green value is 210 (82.42% from 255 or 41.18% from 510); Blue value is 61 (24.22% from 255 or 11.96% from 510); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD23D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD23D is #102DC2. Grayscale: #CACACA. Windows color (decimal): -1060291 or 4051695. OLE color: 4051695.

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

Color convert

RGB23921061-
CMYK00.120.740.06
HSL50.22º84.76%58.82%-
HSV(B)50.22º74.48%93.73%-
XYZ59.4964.7813.78-
YUV201.6848.61154.62-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.86%
GREEN value IS 210 (82.42% from 255) = 41.18%
BLUE value IS 61 (24.22% from 255) = 11.96%
R=46.86%
G=41.18%
B=11.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.74
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392106100.120.740.0650.2284.7658.82
HexEFD23D0C4A632553b
Octal3573227501411266212573
Binary11101111110100101111010110010010101101100101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD23D; }

 p { color: rgb(239,210,61); }

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

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

 a { background-color: rgb(239,210,61); }

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

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

 span { border-color: rgb(239,210,61); }

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