#EDE79C

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

Shades of Portafino #EDE79C

Tints of Portafino #EDE79C

Color information

#EDE79C (or 0xEDE79C) is unknown color: approx Portafino. HEX triplet: ED, E7 and 9C. RGB value is (237,231,156). Sum of RGB (Red+Green+Blue) = 237+231+156=624 (82% of max value = 765). Red value is 237 (92.97% from 255 or 37.98% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 156 (61.33% from 255 or 25% from 624); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE79C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE79C is #121863. Grayscale: #E0E0E0. Windows color (decimal): -1185892 or 10282989. OLE color: 10282989.

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

Color convert

RGB237231156-
CMYK00.030.340.07
HSL55.56º69.23%77.06%-
HSV(B)55.56º34.18%92.94%-
XYZ69.577.5642.76-
YUV224.2489.49137.1-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.98%
GREEN value IS 231 (90.62% from 255) = 37.02%
BLUE value IS 156 (61.33% from 255) = 25%
R=37.98%
G=37.02%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723115600.030.340.0755.5669.2377.06
HexEDE79C0322738454d
Octal3553472340342770105115
Binary11101101111001111001110001110001011111100010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE79C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE79C; }

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

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

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

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

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

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

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

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