#EDEE9B

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

Shades of Portafino #EDEE9B

Tints of Portafino #EDEE9B

Color information

#EDEE9B (or 0xEDEE9B) is unknown color: approx Portafino. HEX triplet: ED, EE and 9B. RGB value is (237,238,155). Sum of RGB (Red+Green+Blue) = 237+238+155=630 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.62% from 630); Green value is 238 (93.36% from 255 or 37.78% from 630); Blue value is 155 (60.94% from 255 or 24.60% from 630); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEE9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EDEE9B is #121164. Grayscale: #E4E4E4. Windows color (decimal): -1184101 or 10219245. OLE color: 10219245.

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

Color convert

RGB237238155-
CMYK0.0000.350.07
HSL60.72º70.94%77.06%-
HSV(B)60.72º34.87%93.33%-
XYZ71.4281.5242.98-
YUV228.2486.67134.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 37.62%
GREEN value IS 238 (93.36% from 255) = 37.78%
BLUE value IS 155 (60.94% from 255) = 24.60%
R=37.62%
G=37.78%
B=24.60%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372381550.0000.350.0760.7270.9477.06
HexEDEE9B002373d474d
Octal3553562330043775107115
Binary1110110111101110100110110010001111111110110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEE9B; }

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

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

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

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

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

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

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

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