#EFF1D9

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

Shades of Sugar Cane #EFF1D9

Tints of Sugar Cane #EFF1D9

Color information

#EFF1D9 (or 0xEFF1D9) is unknown color: approx Sugar Cane. HEX triplet: EF, F1 and D9. RGB value is (239,241,217). Sum of RGB (Red+Green+Blue) = 239+241+217=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 241 (94.53% from 255 or 34.58% from 697); Blue value is 217 (85.16% from 255 or 31.13% from 697); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF1D9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF1D9 is #100E26. Grayscale: #EDEDED. Windows color (decimal): -1052199 or 14283247. OLE color: 14283247.

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

Color convert

RGB239241217-
CMYK0.0100.100.05
HSL65º46.15%89.8%-
HSV(B)65º9.96%94.51%-
XYZ79.5886.2778.1-
YUV237.67116.34128.95-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.29%
GREEN value IS 241 (94.53% from 255) = 34.58%
BLUE value IS 217 (85.16% from 255) = 31.13%
R=34.29%
G=34.58%
B=31.13%

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
Decimal2392412170.0100.100.056546.1589.8
HexEFF1D910A5412e5a
Octal3573613311012510156132
Binary11101111111100011101100110101010110000011011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF1D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF1D9; }

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

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

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

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

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

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

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

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