#EDEED1

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

Shades of Mimosa #EDEED1

Tints of Mimosa #EDEED1

Color information

#EDEED1 (or 0xEDEED1) is unknown color: approx Mimosa. HEX triplet: ED, EE and D1. RGB value is (237,238,209). Sum of RGB (Red+Green+Blue) = 237+238+209=684 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.65% from 684); Green value is 238 (93.36% from 255 or 34.80% from 684); Blue value is 209 (82.03% from 255 or 30.56% from 684); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEED1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEED1 is #12112E. Grayscale: #EAEAEA. Windows color (decimal): -1184047 or 13758189. OLE color: 13758189.

HSL color Cylindrical-coordinate representation of color #EDEED1: hue angle of 62.07º degrees, saturation: 0.46, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDEED1 is Cyan = 0.00, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB237238209-
CMYK0.0000.120.07
HSL62.07º46.03%87.65%-
HSV(B)62.07º12.18%93.33%-
XYZ77.0183.7672.43-
YUV234.4113.67129.86-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.65%
GREEN value IS 238 (93.36% from 255) = 34.80%
BLUE value IS 209 (82.03% from 255) = 30.56%
R=34.65%
G=34.80%
B=30.56%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372382090.0000.120.0762.0746.0387.65
HexEDEED100C73e2e58
Octal355356321001477656130
Binary1110110111101110110100010011001111111101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEED1; }

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

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

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

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

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

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

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

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