Shades of Sugar Cane #EFF3DC
Tints of Sugar Cane #EFF3DC
RGB
CMYK
RGB Variations
Color information
#EFF3DC (or 0xEFF3DC) is known color: Sugar Cane. HEX triplet: EF, F3 and DC. RGB value is (239,243,220). Sum of RGB (Red+Green+Blue) = 239+243+220=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 243 (95.31% from 255 or 34.62% from 702); Blue value is 220 (86.33% from 255 or 31.34% from 702); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3DC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF3DC is #100C23. Grayscale: #EFEFEF. Windows color (decimal): -1051684 or 14480367. OLE color: 14480367.
HSL color Cylindrical-coordinate representation of color #EFF3DC: hue angle of 70.43º degrees, saturation: 0.49, 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 #EFF3DC is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 243 | 220 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.05 |
| HSL | 70.43º | 0.49% | 0.91% | - |
| HSV(B) | 70.43º | 0.09% | 0.95% | - |
| XYZ | 80.57 | 87.62 | 80.38 | - |
| YUV | 239.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 243 | 220 | 0.02 | 0 | 0.09 | 0.05 | 70.43 | 0.49 | 0.91 |
| Hex | EF | F3 | DC | 2 | 0 | 9 | 5 | 46 | 31 | 5B |
| Octal | 357 | 363 | 334 | 2 | 0 | 11 | 5 | 106 | 61 | 133 |
| Binary | 11101111 | 11110011 | 11011100 | 10 | 0 | 1001 | 101 | 1000110 | 110001 | 1011011 |
Color Harmonies of #EFF3DC
Complementary color
Monochromatic Colors of #EFF3DC
Black with #EFF3DC
Text Example
Text Example
White with #EFF3DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFF3DC; }
p { color: rgb(239,243,220); }
H1.HeaderClassName
{
color: #EFF3DC;
}
.AnyTagClassName
{
color: #EFF3DC;
}
</style>
background-color css
<style>
a { background-color: #EFF3DC; }
a { background-color: rgb(239,243,220); }
div.DivClassName
{
background-color: #EFF3DC;
}
.BgClassName
{
background-color: #EFF3DC;
}
</style>
border-color css
<style>
span { border-color: #EFF3DC; }
span { border-color: rgb(239,243,220); }
td.TdClassName
{
border-color: #EFF3DC;
}
.TagClassName
{
border-color: #EFF3DC;
}
</style>