#EDEB9E

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

Shades of Portafino #EDEB9E

Tints of Portafino #EDEB9E

Color information

#EDEB9E (or 0xEDEB9E) is unknown color: approx Portafino. HEX triplet: ED, EB and 9E. RGB value is (237,235,158). Sum of RGB (Red+Green+Blue) = 237+235+158=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 235 (92.19% from 255 or 37.30% from 630); Blue value is 158 (62.11% from 255 or 25.08% from 630); Max value from RGB is 237 - color contains mainly: red. Hex color #EDEB9E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEB9E is #121461. Grayscale: #E3E3E3. Windows color (decimal): -1184866 or 10415085. OLE color: 10415085.

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

Color convert

RGB237235158-
CMYK00.010.330.07
HSL58.48º68.7%77.45%-
HSV(B)58.48º33.33%92.94%-
XYZ70.879.8944.04-
YUV226.8289.16135.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.62%
GREEN value IS 235 (92.19% from 255) = 37.30%
BLUE value IS 158 (62.11% from 255) = 25.08%
R=37.62%
G=37.30%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723515800.010.330.0758.4868.777.45
HexEDEB9E012173a454d
Octal3553532360141772105115
Binary1110110111101011100111100110000111111101010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEB9E; }

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

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

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

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

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

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

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

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