Shades of Sugar Cane #EFF2DC
Tints of Sugar Cane #EFF2DC
RGB
CMYK
RGB Variations
Color information
#EFF2DC (or 0xEFF2DC) is known color: Sugar Cane. HEX triplet: EF, F2 and DC. RGB value is (239,242,220). Sum of RGB (Red+Green+Blue) = 239+242+220=701 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.09% from 701); Green value is 242 (94.92% from 255 or 34.52% from 701); Blue value is 220 (86.33% from 255 or 31.38% from 701); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF2DC is #100D23. Grayscale: #EEEEEE. Windows color (decimal): -1051940 or 14480111. OLE color: 14480111.
HSL color Cylindrical-coordinate representation of color #EFF2DC: hue angle of 68.18º 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 #EFF2DC is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 220 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.05 |
| HSL | 68.18º | 0.46% | 0.91% | - |
| HSV(B) | 68.18º | 0.09% | 0.95% | - |
| XYZ | 80.27 | 87.02 | 80.28 | - |
| YUV | 238.6 | 117.51 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 220 | 0.01 | 0 | 0.09 | 0.05 | 68.18 | 0.46 | 0.91 |
| Hex | EF | F2 | DC | 1 | 0 | 9 | 5 | 44 | 2E | 5B |
| Octal | 357 | 362 | 334 | 1 | 0 | 11 | 5 | 104 | 56 | 133 |
| Binary | 11101111 | 11110010 | 11011100 | 1 | 0 | 1001 | 101 | 1000100 | 101110 | 1011011 |
Color Harmonies of #EFF2DC
Complementary color
Monochromatic Colors of #EFF2DC
Black with #EFF2DC
Text Example
Text Example
White with #EFF2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF2DC; }
p { color: rgb(239,242,220); }
H1.HeaderClassName
{
color: #EFF2DC;
}
.AnyTagClassName
{
color: #EFF2DC;
}
</style>
background-color css
<style>
a { background-color: #EFF2DC; }
a { background-color: rgb(239,242,220); }
div.DivClassName
{
background-color: #EFF2DC;
}
.BgClassName
{
background-color: #EFF2DC;
}
</style>
border-color css
<style>
span { border-color: #EFF2DC; }
span { border-color: rgb(239,242,220); }
td.TdClassName
{
border-color: #EFF2DC;
}
.TagClassName
{
border-color: #EFF2DC;
}
</style>