Shades of Sugar Cane #EAECDB
Tints of Sugar Cane #EAECDB
RGB
CMYK
RGB Variations
Color information
#EAECDB (or 0xEAECDB) is known color: Sugar Cane. HEX triplet: EA, EC and DB. RGB value is (234,236,219). Sum of RGB (Red+Green+Blue) = 234+236+219=689 (91% of max value = 765). Red value is 234 (91.80% from 255 or 33.96% from 689); Green value is 236 (92.58% from 255 or 34.25% from 689); Blue value is 219 (85.94% from 255 or 31.79% from 689); Max value from RGB is 236 - color contains mainly: green. Hex color #EAECDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAECDB is #151324. Grayscale: #E9E9E9. Windows color (decimal): -1381157 or 14413034. OLE color: 14413034.
HSL color Cylindrical-coordinate representation of color #EAECDB: hue angle of 67.06º degrees, saturation: 0.31, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EAECDB is Cyan = 0.01, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 234 | 236 | 219 | - |
CMYK | 0.01 | 0 | 0.07 | 0.07 |
HSL | 67.06º | 0.31% | 0.89% | - |
HSV(B) | 67.06º | 0.07% | 0.93% | - |
XYZ | 76.71 | 82.6 | 78.92 | - |
YUV | 233.46 | 119.84 | 128.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 234 | 236 | 219 | 0.01 | 0 | 0.07 | 0.07 | 67.06 | 0.31 | 0.89 |
Hex | EA | EC | DB | 1 | 0 | 7 | 7 | 43 | 1F | 59 |
Octal | 352 | 354 | 333 | 1 | 0 | 7 | 7 | 103 | 37 | 131 |
Binary | 11101010 | 11101100 | 11011011 | 1 | 0 | 111 | 111 | 1000011 | 11111 | 1011001 |
Color Harmonies of #EAECDB
Complementary color
Monochromatic Colors of #EAECDB
Black with #EAECDB
Text Example
Text Example
White with #EAECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAECDB; }
p { color: rgb(234,236,219); }
H1.HeaderClassName
{
color: #EAECDB;
}
.AnyTagClassName
{
color: #EAECDB;
}
</style>
background-color css
<style>
a { background-color: #EAECDB; }
a { background-color: rgb(234,236,219); }
div.DivClassName
{
background-color: #EAECDB;
}
.BgClassName
{
background-color: #EAECDB;
}
</style>
border-color css
<style>
span { border-color: #EAECDB; }
span { border-color: rgb(234,236,219); }
td.TdClassName
{
border-color: #EAECDB;
}
.TagClassName
{
border-color: #EAECDB;
}
</style>