#EDEE9C

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

Shades of Portafino #EDEE9C

Tints of Portafino #EDEE9C

Color information

#EDEE9C (or 0xEDEE9C) is unknown color: approx Portafino. HEX triplet: ED, EE and 9C. RGB value is (237,238,156). Sum of RGB (Red+Green+Blue) = 237+238+156=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 156 (61.33% from 255 or 24.72% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE9C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEE9C is #121163. Grayscale: #E4E4E4. Windows color (decimal): -1184100 or 10284781. OLE color: 10284781.

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

Color convert

RGB237238156-
CMYK0.0000.340.07
HSL60.73º70.69%77.25%-
HSV(B)60.73º34.45%93.33%-
XYZ71.581.5543.43-
YUV228.3587.17134.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.56%
GREEN value IS 238 (93.36% from 255) = 37.72%
BLUE value IS 156 (61.33% from 255) = 24.72%
R=37.56%
G=37.72%
B=24.72%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372381560.0000.340.0760.7370.6977.25
HexEDEE9C002273d474d
Octal3553562340042775107115
Binary1110110111101110100111000010001011111110110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEE9C; }

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

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

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

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

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

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

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

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