#efd442

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

Shades of Festival #EFD442

Tints of Festival #EFD442

Color information

#EFD442 (or 0xEFD442) is unknown color: approx Festival. HEX triplet: EF, D4 and 42. RGB value is (239,212,66). Sum of RGB (Red+Green+Blue) = 239+212+66=517 (68% of max value = 765). Red value is 239 (93.75% from 255 or 46.23% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 66 (26.17% from 255 or 12.77% from 517); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EFD442 is #102BBD. Grayscale: #CCCCCC. Windows color (decimal): -1059774 or 4379887. OLE color: 4379887.

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

Color convert

RGB23921266-
CMYK00.110.720.06
HSL50.64º84.39%59.8%-
HSV(B)50.64º72.38%93.73%-
XYZ60.1265.8314.69-
YUV203.4350.45153.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 46.23%
GREEN value IS 212 (83.20% from 255) = 41.01%
BLUE value IS 66 (26.17% from 255) = 12.77%
R=46.23%
G=41.01%
B=12.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2392126600.110.720.0650.6484.3959.8
HexEFD4420B48633543c
Octal35732410201311066312474
Binary111011111101010010000100101110010001101100111010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efd442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efd442; }

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

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

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

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

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

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

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

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