#EDE89C

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

Shades of Portafino #EDE89C

Tints of Portafino #EDE89C

Color information

#EDE89C (or 0xEDE89C) is unknown color: approx Portafino. HEX triplet: ED, E8 and 9C. RGB value is (237,232,156). Sum of RGB (Red+Green+Blue) = 237+232+156=625 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.92% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 156 (61.33% from 255 or 24.96% from 625); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE89C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE89C is #121763. Grayscale: #E1E1E1. Windows color (decimal): -1185636 or 10283245. OLE color: 10283245.

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

Color convert

RGB237232156-
CMYK00.020.340.07
HSL56.3º69.23%77.06%-
HSV(B)56.3º34.18%92.94%-
XYZ69.7878.1242.85-
YUV224.8389.16136.68-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.92%
GREEN value IS 232 (91.02% from 255) = 37.12%
BLUE value IS 156 (61.33% from 255) = 24.96%
R=37.92%
G=37.12%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723215600.020.340.0756.369.2377.06
HexEDE89C0222738454d
Octal3553502340242770105115
Binary11101101111010001001110001010001011111100010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE89C; }

 p { color: rgb(237,232,156); }

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

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

 a { background-color: rgb(237,232,156); }

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

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

 span { border-color: rgb(237,232,156); }

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