Shades of Sugar Cane #EFF3DF
Tints of Sugar Cane #EFF3DF
RGB
CMYK
RGB Variations
Color information
#EFF3DF (or 0xEFF3DF) is known color: Sugar Cane. HEX triplet: EF, F3 and DF. RGB value is (239,243,223). Sum of RGB (Red+Green+Blue) = 239+243+223=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 243 (95.31% from 255 or 34.47% from 705); Blue value is 223 (87.5% from 255 or 31.63% from 705); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3DF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF3DF is #100C20. Grayscale: #EFEFEF. Windows color (decimal): -1051681 or 14676975. OLE color: 14676975.
HSL color Cylindrical-coordinate representation of color #EFF3DF: hue angle of 72º degrees, saturation: 0.45, 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 #EFF3DF is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 223 | - |
| CMYK | 0.02 | 0 | 0.08 | 0.05 |
| HSL | 72º | 0.45% | 0.91% | - |
| HSV(B) | 72º | 0.08% | 0.95% | - |
| XYZ | 80.97 | 87.78 | 82.49 | - |
| YUV | 239.52 | 118.67 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 223 | 0.02 | 0 | 0.08 | 0.05 | 72 | 0.45 | 0.91 |
| Hex | EF | F3 | DF | 2 | 0 | 8 | 5 | 48 | 2D | 5B |
| Octal | 357 | 363 | 337 | 2 | 0 | 10 | 5 | 110 | 55 | 133 |
| Binary | 11101111 | 11110011 | 11011111 | 10 | 0 | 1000 | 101 | 1001000 | 101101 | 1011011 |
Color Harmonies of #EFF3DF
Complementary color
Monochromatic Colors of #EFF3DF
Black with #EFF3DF
Text Example
Text Example
White with #EFF3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF3DF; }
p { color: rgb(239,243,223); }
H1.HeaderClassName
{
color: #EFF3DF;
}
.AnyTagClassName
{
color: #EFF3DF;
}
</style>
background-color css
<style>
a { background-color: #EFF3DF; }
a { background-color: rgb(239,243,223); }
div.DivClassName
{
background-color: #EFF3DF;
}
.BgClassName
{
background-color: #EFF3DF;
}
</style>
border-color css
<style>
span { border-color: #EFF3DF; }
span { border-color: rgb(239,243,223); }
td.TdClassName
{
border-color: #EFF3DF;
}
.TagClassName
{
border-color: #EFF3DF;
}
</style>