#EEC446

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

Shades of Festival #EEC446

Tints of Festival #EEC446

Color information

#EEC446 (or 0xEEC446) is unknown color: approx Festival. HEX triplet: EE, C4 and 46. RGB value is (238,196,70). Sum of RGB (Red+Green+Blue) = 238+196+70=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 196 (76.95% from 255 or 38.89% from 504); Blue value is 70 (27.73% from 255 or 13.89% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EEC446 is #113BB9. Grayscale: #C2C2C2. Windows color (decimal): -1129402 or 4637934. OLE color: 4637934.

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

Color convert

RGB23819670-
CMYK00.180.710.07
HSL45º83.17%60.39%-
HSV(B)45º70.59%93.33%-
XYZ56.1158.114.05-
YUV194.1957.91159.25-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.22%
GREEN value IS 196 (76.95% from 255) = 38.89%
BLUE value IS 70 (27.73% from 255) = 13.89%
R=47.22%
G=38.89%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381967000.180.710.074583.1760.39
HexEEC4460124772d533c
Octal35630410602210775512374
Binary1110111011000100100011001001010001111111011011010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC446; }

 p { color: rgb(238,196,70); }

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

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

 a { background-color: rgb(238,196,70); }

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

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

 span { border-color: rgb(238,196,70); }

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