Html Css Color HEX #EEF2DD Sugar Cane

📋 copy color: '#EEF2DD'

red 238 ◦ green 242 ◦ blue 221

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

Shades of Sugar Cane #EEF2DD

Tints of Sugar Cane #EEF2DD

RGB

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

 GREEN value IS 242 (94.92% from 255) = 34.52%

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

R = 33.95%
G = 34.52%
B = 31.53%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#EEF2DD (or 0xEEF2DD) is known color: Sugar Cane. HEX triplet: EE, F2 and DD. RGB value is (238,242,221). Sum of RGB (Red+Green+Blue) = 238+242+221=701 (92% of max value = 765). Red value is 238 (93.36% from 255 or 33.95% from 701); Green value is 242 (94.92% from 255 or 34.52% from 701); Blue value is 221 (86.72% from 255 or 31.53% from 701); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2DD is #110D22. Grayscale: #EEEEEE. Windows color (decimal): -1117475 or 14545646. OLE color: 14545646.

HSL color Cylindrical-coordinate representation of color #EEF2DD: hue angle of 71.43º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEF2DD is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 242 221 -
CMYK 0.02 0 0.09 0.05
HSL 71.43º 0.45% 0.91% -
HSV(B) 71.43º 0.09% 0.95% -
XYZ 80.06 86.9 80.96 -
YUV 238.41 118.17 127.71 -
System Red Green Blue C M Y K H S L
Decimal 238 242 221 0.02 0 0.09 0.05 71.43 0.45 0.91
Hex EE F2 DD 2 0 9 5 47 2D 5B
Octal 356 362 335 2 0 11 5 107 55 133
Binary 11101110 11110010 11011101 10 0 1001 101 1000111 101101 1011011

Color Harmonies of #EEF2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF2DD

Black with #EEF2DD

Text Example


Text Example

White with #EEF2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF2DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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