#EFEEDD

Color #EFEEDD Sugar Cane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sugar Cane #EFEEDD

Tints of Sugar Cane #EFEEDD

Color information

#EFEEDD (or 0xEFEEDD) is unknown color: approx Sugar Cane. HEX triplet: EF, EE and DD. RGB value is (239,238,221). Sum of RGB (Red+Green+Blue) = 239+238+221=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 238 (93.36% from 255 or 34.10% from 698); Blue value is 221 (86.72% from 255 or 31.66% from 698); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEDD is #101122. Grayscale: #ECECEC. Windows color (decimal): -1052963 or 14544623. OLE color: 14544623.

HSL color Cylindrical-coordinate representation of color #EFEEDD: hue angle of 56.67º degrees, saturation: 0.36, 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 #EFEEDD is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB239238221-
CMYK00.000.080.06
HSL56.67º36%90.2%-
HSV(B)56.67º7.53%93.73%-
XYZ79.2284.7280.58-
YUV236.36119.33129.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.24%
GREEN value IS 238 (93.36% from 255) = 34.10%
BLUE value IS 221 (86.72% from 255) = 31.66%
R=34.24%
G=34.10%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23923822100.000.080.0656.673690.2
HexEFEEDD008639245a
Octal357356335001067144132
Binary1110111111101110110111010010001101110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFEEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFEEDD; }

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

 H1.HeaderClassName
 {
   color: #EFEEDD;
 }
 .AnyTagClassName
 {
   color: #EFEEDD;
 }
</style>
background-color css

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

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

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

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

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

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