#efd242

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

Shades of Festival #EFD242

Tints of Festival #EFD242

Color information

#EFD242 (or 0xEFD242) is unknown color: approx Festival. HEX triplet: EF, D2 and 42. RGB value is (239,210,66). Sum of RGB (Red+Green+Blue) = 239+210+66=515 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.41% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 66 (26.17% from 255 or 12.82% from 515); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD242 is #102DBD. Grayscale: #CACACA. Windows color (decimal): -1060286 or 4379375. OLE color: 4379375.

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

Color convert

RGB23921066-
CMYK00.120.720.06
HSL49.94º84.39%59.8%-
HSV(B)49.94º72.38%93.73%-
XYZ59.6364.8414.53-
YUV202.2651.11154.21-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.41%
GREEN value IS 210 (82.42% from 255) = 40.78%
BLUE value IS 66 (26.17% from 255) = 12.82%
R=46.41%
G=40.78%
B=12.82%

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
Decimal2392106600.120.720.0649.9484.3959.8
HexEFD2420C48632543c
Octal35732210201411066212474
Binary111011111101001010000100110010010001101100101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efd242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efd242; }

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

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

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

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

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

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

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

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