Html Css Color HEX #EEEFD5 Sugar Cane

📋 copy color: '#EEEFD5'

red 238 ◦ green 239 ◦ blue 213

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

Shades of Sugar Cane #EEEFD5

Tints of Sugar Cane #EEEFD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 30.87%

R = 34.49%
G = 34.64%
B = 30.87%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.11

 K value IS 0.06

RGB Variations

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

Color information

#EEEFD5 (or 0xEEEFD5) is known color: Sugar Cane. HEX triplet: EE, EF and D5. RGB value is (238,239,213). Sum of RGB (Red+Green+Blue) = 238+239+213=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 239 (93.75% from 255 or 34.64% from 690); Blue value is 213 (83.59% from 255 or 30.87% from 690); Max value from RGB is 239 - color contains mainly: green. Hex color #EEEFD5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEEFD5 is #11102A. Grayscale: #EBEBEB. Windows color (decimal): -1118251 or 14020590. OLE color: 14020590.

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

Color convert

RGB 238 239 213 -
CMYK 0.00 0 0.11 0.06
HSL 62.31º 0.45% 0.89% -
HSV(B) 62.31º 0.11% 0.94% -
XYZ 78.14 84.71 75.18 -
YUV 235.74 115.17 129.61 -
System Red Green Blue C M Y K H S L
Decimal 238 239 213 0.00 0 0.11 0.06 62.31 0.45 0.89
Hex EE EF D5 0 0 B 6 3E 2D 59
Octal 356 357 325 0 0 13 6 76 55 131
Binary 11101110 11101111 11010101 0 0 1011 110 111110 101101 1011001

Color Harmonies of #EEEFD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEEFD5

Black with #EEEFD5

Text Example


Text Example

White with #EEEFD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEEFD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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