#EFF1D8

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

Shades of Sugar Cane #EFF1D8

Tints of Sugar Cane #EFF1D8

Color information

#EFF1D8 (or 0xEFF1D8) is unknown color: approx Sugar Cane. HEX triplet: EF, F1 and D8. RGB value is (239,241,216). Sum of RGB (Red+Green+Blue) = 239+241+216=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 241 (94.53% from 255 or 34.63% from 696); Blue value is 216 (84.77% from 255 or 31.03% from 696); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1D8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF1D8 is #100E27. Grayscale: #EDEDED. Windows color (decimal): -1052200 or 14217711. OLE color: 14217711.

HSL color Cylindrical-coordinate representation of color #EFF1D8: hue angle of 64.8º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFF1D8 is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB239241216-
CMYK0.0100.100.05
HSL64.8º47.17%89.61%-
HSV(B)64.8º10.37%94.51%-
XYZ79.4586.2277.42-
YUV237.55115.84129.03-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.34%
GREEN value IS 241 (94.53% from 255) = 34.63%
BLUE value IS 216 (84.77% from 255) = 31.03%
R=34.34%
G=34.63%
B=31.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392412160.0100.100.0564.847.1789.61
HexEFF1D810A5412f5a
Octal3573613301012510157132
Binary11101111111100011101100010101010110000011011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1D8; }

 p { color: rgb(239,241,216); }

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

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

 a { background-color: rgb(239,241,216); }

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

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

 span { border-color: rgb(239,241,216); }

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