Html Css Color HEX #EEF0DD Sugar Cane

📋 copy color: '#EEF0DD'

red 238 ◦ green 240 ◦ blue 221

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

Shades of Sugar Cane #EEF0DD

Tints of Sugar Cane #EEF0DD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 34.33%

 BLUE value IS 221 (86.72% from 255) = 31.62%

R = 34.05%
G = 34.33%
B = 31.62%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EEF0DD (or 0xEEF0DD) is known color: Sugar Cane. HEX triplet: EE, F0 and DD. RGB value is (238,240,221). Sum of RGB (Red+Green+Blue) = 238+240+221=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 240 (94.14% from 255 or 34.33% from 699); Blue value is 221 (86.72% from 255 or 31.62% from 699); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF0DD is #110F22. Grayscale: #EDEDED. Windows color (decimal): -1117987 or 14545134. OLE color: 14545134.

HSL color Cylindrical-coordinate representation of color #EEF0DD: hue angle of 66.32º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EEF0DD is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 238 240 221 -
CMYK 0.01 0 0.08 0.06
HSL 66.32º 0.39% 0.9% -
HSV(B) 66.32º 0.08% 0.94% -
XYZ 79.47 85.72 80.76 -
YUV 237.24 118.84 128.54 -
System Red Green Blue C M Y K H S L
Decimal 238 240 221 0.01 0 0.08 0.06 66.32 0.39 0.9
Hex EE F0 DD 1 0 8 6 42 27 5A
Octal 356 360 335 1 0 10 6 102 47 132
Binary 11101110 11110000 11011101 1 0 1000 110 1000010 100111 1011010

Color Harmonies of #EEF0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF0DD

Black with #EEF0DD

Text Example


Text Example

White with #EEF0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF0DD; }

 p { color: rgb(238,240,221); }

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

background-color css

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

 a { background-color: rgb(238,240,221); }

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

border-color css

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

 span { border-color: rgb(238,240,221); }

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