#EDEBA0

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

Shades of Portafino #EDEBA0

Tints of Portafino #EDEBA0

Color information

#EDEBA0 (or 0xEDEBA0) is unknown color: approx Portafino. HEX triplet: ED, EB and A0. RGB value is (237,235,160). Sum of RGB (Red+Green+Blue) = 237+235+160=632 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.5% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 160 (62.89% from 255 or 25.32% from 632); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEBA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEBA0 is #12145F. Grayscale: #E3E3E3. Windows color (decimal): -1184864 or 10546157. OLE color: 10546157.

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

Color convert

RGB237235160-
CMYK00.010.320.07
HSL58.44º68.14%77.84%-
HSV(B)58.44º32.49%92.94%-
XYZ70.9879.9644.95-
YUV227.0590.16135.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.5%
GREEN value IS 235 (92.19% from 255) = 37.18%
BLUE value IS 160 (62.89% from 255) = 25.32%
R=37.5%
G=37.18%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723516000.010.320.0758.4468.1477.84
HexEDEBA0012073a444e
Octal3553532400140772104116
Binary1110110111101011101000000110000011111101010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEBA0; }

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

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

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

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

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

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

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

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