#EDE89B

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

Shades of Portafino #EDE89B

Tints of Portafino #EDE89B

Color information

#EDE89B (or 0xEDE89B) is unknown color: approx Portafino. HEX triplet: ED, E8 and 9B. RGB value is (237,232,155). Sum of RGB (Red+Green+Blue) = 237+232+155=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 232 (91.02% from 255 or 37.18% from 624); Blue value is 155 (60.94% from 255 or 24.84% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE89B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE89B is #121764. Grayscale: #E1E1E1. Windows color (decimal): -1185637 or 10217709. OLE color: 10217709.

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

Color convert

RGB237232155-
CMYK00.020.350.07
HSL56.34º69.49%76.86%-
HSV(B)56.34º34.6%92.94%-
XYZ69.778.0842.41-
YUV224.7288.66136.76-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.98%
GREEN value IS 232 (91.02% from 255) = 37.18%
BLUE value IS 155 (60.94% from 255) = 24.84%
R=37.98%
G=37.18%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723215500.020.350.0756.3469.4976.86
HexEDE89B0223738454d
Octal3553502330243770105115
Binary11101101111010001001101101010001111111100010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE89B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE89B; }

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

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

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

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

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

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

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

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