Shades of Sugar Cane #EFF2DE
Tints of Sugar Cane #EFF2DE
RGB
CMYK
RGB Variations
Color information
#EFF2DE (or 0xEFF2DE) is known color: Sugar Cane. HEX triplet: EF, F2 and DE. RGB value is (239,242,222). Sum of RGB (Red+Green+Blue) = 239+242+222=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 242 (94.92% from 255 or 34.42% from 703); Blue value is 222 (87.11% from 255 or 31.58% from 703); Max value from RGB is 242 - color contains mainly: green. Hex color #EFF2DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF2DE is #100D21. Grayscale: #EEEEEE. Windows color (decimal): -1051938 or 14611183. OLE color: 14611183.
HSL color Cylindrical-coordinate representation of color #EFF2DE: hue angle of 69º degrees, saturation: 0.43, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EFF2DE is Cyan = 0.01, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 242 | 222 | - |
| CMYK | 0.01 | 0 | 0.08 | 0.05 |
| HSL | 69º | 0.43% | 0.91% | - |
| HSV(B) | 69º | 0.08% | 0.95% | - |
| XYZ | 80.53 | 87.13 | 81.68 | - |
| YUV | 238.82 | 118.51 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 242 | 222 | 0.01 | 0 | 0.08 | 0.05 | 69 | 0.43 | 0.91 |
| Hex | EF | F2 | DE | 1 | 0 | 8 | 5 | 45 | 2B | 5B |
| Octal | 357 | 362 | 336 | 1 | 0 | 10 | 5 | 105 | 53 | 133 |
| Binary | 11101111 | 11110010 | 11011110 | 1 | 0 | 1000 | 101 | 1000101 | 101011 | 1011011 |
Color Harmonies of #EFF2DE
Complementary color
Monochromatic Colors of #EFF2DE
Black with #EFF2DE
Text Example
Text Example
White with #EFF2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF2DE; }
p { color: rgb(239,242,222); }
H1.HeaderClassName
{
color: #EFF2DE;
}
.AnyTagClassName
{
color: #EFF2DE;
}
</style>
background-color css
<style>
a { background-color: #EFF2DE; }
a { background-color: rgb(239,242,222); }
div.DivClassName
{
background-color: #EFF2DE;
}
.BgClassName
{
background-color: #EFF2DE;
}
</style>
border-color css
<style>
span { border-color: #EFF2DE; }
span { border-color: rgb(239,242,222); }
td.TdClassName
{
border-color: #EFF2DE;
}
.TagClassName
{
border-color: #EFF2DE;
}
</style>