#EED642

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

Shades of Festival #EED642

Tints of Festival #EED642

Color information

#EED642 (or 0xEED642) is unknown color: approx Festival. HEX triplet: EE, D6 and 42. RGB value is (238,214,66). Sum of RGB (Red+Green+Blue) = 238+214+66=518 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.95% from 518); Green value is 214 (83.98% from 255 or 41.31% from 518); Blue value is 66 (26.17% from 255 or 12.74% from 518); Max value from RGB is 238 - color contains mainly: red. Hex color #EED642 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EED642 is #1129BD. Grayscale: #CCCCCC. Windows color (decimal): -1124798 or 4380398. OLE color: 4380398.

HSL color Cylindrical-coordinate representation of color #EED642: hue angle of 51.63º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EED642 is Cyan = 0, Magento = 0.10, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB23821466-
CMYK00.100.720.07
HSL51.63º83.5%59.61%-
HSV(B)51.63º72.27%93.33%-
XYZ60.2966.6614.84-
YUV204.349.95152.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.95%
GREEN value IS 214 (83.98% from 255) = 41.31%
BLUE value IS 66 (26.17% from 255) = 12.74%
R=45.95%
G=41.31%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.72
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382146600.100.720.0751.6383.559.61
HexEED6420A48734533c
Octal35632610201211076412374
Binary111011101101011010000100101010010001111101001010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED642; }

 p { color: rgb(238,214,66); }

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

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

 a { background-color: rgb(238,214,66); }

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

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

 span { border-color: rgb(238,214,66); }

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