#EEDC60

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

Shades of Portica #EEDC60

Tints of Portica #EEDC60

Color information

#EEDC60 (or 0xEEDC60) is unknown color: approx Portica. HEX triplet: EE, DC and 60. RGB value is (238,220,96). Sum of RGB (Red+Green+Blue) = 238+220+96=554 (73% of max value = 765). Red value is 238 (93.36% from 255 or 42.96% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 96 (37.89% from 255 or 17.33% from 554); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDC60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDC60 is #11239F. Grayscale: #D3D3D3. Windows color (decimal): -1123232 or 6348014. OLE color: 6348014.

HSL color Cylindrical-coordinate representation of color #EEDC60: hue angle of 52.39º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EEDC60 is Cyan = 0, Magento = 0.08, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB23822096-
CMYK00.080.600.07
HSL52.39º80.68%65.49%-
HSV(B)52.39º59.66%93.33%-
XYZ62.9670.2121.3-
YUV211.2562.96147.08-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.96%
GREEN value IS 220 (86.33% from 255) = 39.71%
BLUE value IS 96 (37.89% from 255) = 17.33%
R=42.96%
G=39.71%
B=17.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2382209600.080.600.0752.3980.6865.49
HexEEDC60083C7345141
Octal35633414001074764121101
Binary111011101101110011000000100011110011111010010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDC60; }

 p { color: rgb(238,220,96); }

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

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

 a { background-color: rgb(238,220,96); }

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

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

 span { border-color: rgb(238,220,96); }

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