#EDE897

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

Shades of Portafino #EDE897

Tints of Portafino #EDE897

Color information

#EDE897 (or 0xEDE897) is unknown color: approx Portafino. HEX triplet: ED, E8 and 97. RGB value is (237,232,151). Sum of RGB (Red+Green+Blue) = 237+232+151=620 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.23% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 151 (59.38% from 255 or 24.35% from 620); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE897 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE897 is #121768. Grayscale: #E0E0E0. Windows color (decimal): -1185641 or 9955565. OLE color: 9955565.

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

Color convert

RGB237232151-
CMYK00.020.360.07
HSL56.51º70.49%76.08%-
HSV(B)56.51º36.29%92.94%-
XYZ69.3777.9540.67-
YUV224.2686.66137.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.23%
GREEN value IS 232 (91.02% from 255) = 37.42%
BLUE value IS 151 (59.38% from 255) = 24.35%
R=38.23%
G=37.42%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723215100.020.360.0756.5170.4976.08
HexEDE8970224739464c
Octal3553502270244771106114
Binary11101101111010001001011101010010011111100110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE897; }

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

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

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

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

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

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

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

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