#EDEED2

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

Shades of Mimosa #EDEED2

Tints of Mimosa #EDEED2

Color information

#EDEED2 (or 0xEDEED2) is unknown color: approx Mimosa. HEX triplet: ED, EE and D2. RGB value is (237,238,210). Sum of RGB (Red+Green+Blue) = 237+238+210=685 (90% of max value = 765). Red value is 237 (92.97% from 255 or 34.60% from 685); Green value is 238 (93.36% from 255 or 34.74% from 685); Blue value is 210 (82.42% from 255 or 30.66% from 685); Max value from RGB is 238 - color contains mainly: green. Hex color #EDEED2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EDEED2 is #12112D. Grayscale: #EAEAEA. Windows color (decimal): -1184046 or 13823725. OLE color: 13823725.

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

Color convert

RGB237238210-
CMYK0.0000.120.07
HSL62.14º45.16%87.84%-
HSV(B)62.14º11.76%93.33%-
XYZ77.1383.8173.08-
YUV234.51114.17129.78-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 34.60%
GREEN value IS 238 (93.36% from 255) = 34.74%
BLUE value IS 210 (82.42% from 255) = 30.66%
R=34.60%
G=34.74%
B=30.66%

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
Decimal2372382100.0000.120.0762.1445.1687.84
HexEDEED200C73e2d58
Octal355356322001477655130
Binary1110110111101110110100100011001111111101011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEED2; }

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

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

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

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

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

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

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

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