Html Css Color HEX #EEEFD0 Mimosa

📋 copy color: '#EEEFD0'

red 238 ◦ green 239 ◦ blue 208

#EEEFD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mimosa #EEEFD0

Tints of Mimosa #EEEFD0

RGB

 RED value IS 238 (93.36% from 255) = 34.74%

 GREEN value IS 239 (93.75% from 255) = 34.89%

 BLUE value IS 208 (81.64% from 255) = 30.36%

R = 34.74%
G = 34.89%
B = 30.36%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EEEFD0 (or 0xEEEFD0) is known color: Mimosa. HEX triplet: EE, EF and D0. RGB value is (238,239,208). Sum of RGB (Red+Green+Blue) = 238+239+208=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 239 (93.75% from 255 or 34.89% from 685); Blue value is 208 (81.64% from 255 or 30.36% from 685); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEFD0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEFD0 is #11102F. Grayscale: #EBEBEB. Windows color (decimal): -1118256 or 13692910. OLE color: 13692910.

HSL color Cylindrical-coordinate representation of color #EEEFD0: hue angle of 61.94º degrees, saturation: 0.49, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EEEFD0 is Cyan = 0.00, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 239 208 -
CMYK 0.00 0 0.13 0.06
HSL 61.94º 0.49% 0.88% -
HSV(B) 61.94º 0.13% 0.94% -
XYZ 77.51 84.46 71.89 -
YUV 235.17 112.67 130.02 -
System Red Green Blue C M Y K H S L
Decimal 238 239 208 0.00 0 0.13 0.06 61.94 0.49 0.88
Hex EE EF D0 0 0 D 6 3E 31 58
Octal 356 357 320 0 0 15 6 76 61 130
Binary 11101110 11101111 11010000 0 0 1101 110 111110 110001 1011000

Color Harmonies of #EEEFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEFD0

Black with #EEEFD0

Text Example


Text Example

White with #EEEFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEFD0; }

 p { color: rgb(238,239,208); }

 H1.HeaderClassName
 {
   color: #EEEFD0;
 }
 .AnyTagClassName
 {
   color: #EEEFD0;
 }
</style>

background-color css

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

 a { background-color: rgb(238,239,208); }

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

border-color css

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

 span { border-color: rgb(238,239,208); }

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