#EBED9E

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

Shades of Portafino #EBED9E

Tints of Portafino #EBED9E

Color information

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

HSL color Cylindrical-coordinate representation of color #EBED9E: hue angle of 61.52º 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 #EBED9E is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB235237158-
CMYK0.0100.330.07
HSL61.52º68.7%77.45%-
HSV(B)61.52º33.33%92.94%-
XYZ70.7280.744.2-
YUV227.488.84133.42-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352371580.0100.330.0761.5268.777.45
HexEBED9E102173e454d
Octal3533552361041776105115
Binary1110101111101101100111101010000111111111010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBED9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBED9E; }

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

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

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

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

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

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

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

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