Shades of Sugar Cane #EAEBDF
Tints of Sugar Cane #EAEBDF
RGB
CMYK
RGB Variations
Color information
#EAEBDF (or 0xEAEBDF) is known color: Sugar Cane. HEX triplet: EA, EB and DF. RGB value is (234,235,223). Sum of RGB (Red+Green+Blue) = 234+235+223=692 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.82% from 692); Green value is 235 (92.19% from 255 or 33.96% from 692); Blue value is 223 (87.5% from 255 or 32.23% from 692); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEBDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEBDF is #151420. Grayscale: #E9E9E9. Windows color (decimal): -1381409 or 14674922. OLE color: 14674922.
HSL color Cylindrical-coordinate representation of color #EAEBDF: hue angle of 65º degrees, saturation: 0.23, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EAEBDF is Cyan = 0.00, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
RGB | 234 | 235 | 223 | - |
CMYK | 0.00 | 0 | 0.05 | 0.08 |
HSL | 65º | 0.23% | 0.9% | - |
HSV(B) | 65º | 0.05% | 0.92% | - |
XYZ | 76.96 | 82.24 | 81.63 | - |
YUV | 233.33 | 122.17 | 128.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 235 | 223 | 0.00 | 0 | 0.05 | 0.08 | 65 | 0.23 | 0.9 |
Hex | EA | EB | DF | 0 | 0 | 5 | 8 | 41 | 17 | 5A |
Octal | 352 | 353 | 337 | 0 | 0 | 5 | 10 | 101 | 27 | 132 |
Binary | 11101010 | 11101011 | 11011111 | 0 | 0 | 101 | 1000 | 1000001 | 10111 | 1011010 |
Color Harmonies of #EAEBDF
Complementary color
Monochromatic Colors of #EAEBDF
Black with #EAEBDF
Text Example
Text Example
White with #EAEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEBDF; }
p { color: rgb(234,235,223); }
H1.HeaderClassName
{
color: #EAEBDF;
}
.AnyTagClassName
{
color: #EAEBDF;
}
</style>
background-color css
<style>
a { background-color: #EAEBDF; }
a { background-color: rgb(234,235,223); }
div.DivClassName
{
background-color: #EAEBDF;
}
.BgClassName
{
background-color: #EAEBDF;
}
</style>
border-color css
<style>
span { border-color: #EAEBDF; }
span { border-color: rgb(234,235,223); }
td.TdClassName
{
border-color: #EAEBDF;
}
.TagClassName
{
border-color: #EAEBDF;
}
</style>