#EDE79B

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

Shades of Portafino #EDE79B

Tints of Portafino #EDE79B

Color information

#EDE79B (or 0xEDE79B) is unknown color: approx Portafino. HEX triplet: ED, E7 and 9B. RGB value is (237,231,155). Sum of RGB (Red+Green+Blue) = 237+231+155=623 (82% of max value = 765). Red value is 237 (92.97% from 255 or 38.04% from 623); Green value is 231 (90.62% from 255 or 37.08% from 623); Blue value is 155 (60.94% from 255 or 24.88% from 623); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE79B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDE79B is #121864. Grayscale: #E0E0E0. Windows color (decimal): -1185893 or 10217453. OLE color: 10217453.

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

Color convert

RGB237231155-
CMYK00.030.350.07
HSL55.61º69.49%76.86%-
HSV(B)55.61º34.6%92.94%-
XYZ69.4277.5242.32-
YUV224.1388.99137.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.04%
GREEN value IS 231 (90.62% from 255) = 37.08%
BLUE value IS 155 (60.94% from 255) = 24.88%
R=38.04%
G=37.08%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23723115500.030.350.0755.6169.4976.86
HexEDE79B0323738454d
Octal3553472330343770105115
Binary11101101111001111001101101110001111111100010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE79B; }

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

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

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

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

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

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

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

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