Html Css Color HEX #EEF2DC Sugar Cane

📋 copy color: '#EEF2DC'

red 238 ◦ green 242 ◦ blue 220

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

Shades of Sugar Cane #EEF2DC

Tints of Sugar Cane #EEF2DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 31.43%

R = 34%
G = 34.57%
B = 31.43%

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

#EEF2DC (or 0xEEF2DC) is known color: Sugar Cane. HEX triplet: EE, F2 and DC. RGB value is (238,242,220). Sum of RGB (Red+Green+Blue) = 238+242+220=700 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34% from 700); Green value is 242 (94.92% from 255 or 34.57% from 700); Blue value is 220 (86.33% from 255 or 31.43% from 700); Max value from RGB is 242 - color contains mainly: green. Hex color #EEF2DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF2DC is #110D23. Grayscale: #EEEEEE. Windows color (decimal): -1117476 or 14480110. OLE color: 14480110.

HSL color Cylindrical-coordinate representation of color #EEF2DC: hue angle of 70.91º degrees, saturation: 0.46, 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 #EEF2DC is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 238 242 220 -
CMYK 0.02 0 0.09 0.05
HSL 70.91º 0.46% 0.91% -
HSV(B) 70.91º 0.09% 0.95% -
XYZ 79.93 86.85 80.26 -
YUV 238.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 238 242 220 0.02 0 0.09 0.05 70.91 0.46 0.91
Hex EE F2 DC 2 0 9 5 47 2E 5B
Octal 356 362 334 2 0 11 5 107 56 133
Binary 11101110 11110010 11011100 10 0 1001 101 1000111 101110 1011011

Color Harmonies of #EEF2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF2DC

Black with #EEF2DC

Text Example


Text Example

White with #EEF2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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