#EEEDA0

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

Shades of Portafino #EEEDA0

Tints of Portafino #EEEDA0

Color information

#EEEDA0 (or 0xEEEDA0) is unknown color: approx Portafino. HEX triplet: EE, ED and A0. RGB value is (238,237,160). Sum of RGB (Red+Green+Blue) = 238+237+160=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 160 (62.89% from 255 or 25.20% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEEDA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EEEDA0 is #11125F. Grayscale: #E4E4E4. Windows color (decimal): -1118816 or 10546670. OLE color: 10546670.

HSL color Cylindrical-coordinate representation of color #EEEDA0: hue angle of 59.23º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EEEDA0 is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB238237160-
CMYK00.000.330.07
HSL59.23º69.64%78.04%-
HSV(B)59.23º32.77%93.33%-
XYZ71.8981.2845.16-
YUV228.5289.33134.76-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.48%
GREEN value IS 237 (92.97% from 255) = 37.32%
BLUE value IS 160 (62.89% from 255) = 25.20%
R=37.48%
G=37.32%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23823716000.000.330.0759.2369.6478.04
HexEEEDA0002173b464e
Octal3563552400041773106116
Binary1110111011101101101000000010000111111101110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEDA0; }

 p { color: rgb(238,237,160); }

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

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

 a { background-color: rgb(238,237,160); }

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

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

 span { border-color: rgb(238,237,160); }

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