Shades of Sugar Cane #EAEBD3
Tints of Sugar Cane #EAEBD3
RGB
CMYK
RGB Variations
Color information
#EAEBD3 (or 0xEAEBD3) is known color: Sugar Cane. HEX triplet: EA, EB and D3. RGB value is (234,235,211). Sum of RGB (Red+Green+Blue) = 234+235+211=680 (90% of max value = 765). Red value is 234 (91.80% from 255 or 34.41% from 680); Green value is 235 (92.19% from 255 or 34.56% from 680); Blue value is 211 (82.81% from 255 or 31.03% from 680); Max value from RGB is 235 - color contains mainly: green. Hex color #EAEBD3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAEBD3 is #15142C. Grayscale: #E8E8E8. Windows color (decimal): -1381421 or 13888490. OLE color: 13888490.
HSL color Cylindrical-coordinate representation of color #EAEBD3: hue angle of 62.5º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EAEBD3 is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 235 | 211 | - |
| CMYK | 0.00 | 0 | 0.10 | 0.08 |
| HSL | 62.5º | 0.38% | 0.87% | - |
| HSV(B) | 62.5º | 0.1% | 0.92% | - |
| XYZ | 75.4 | 81.61 | 73.41 | - |
| YUV | 231.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 235 | 211 | 0.00 | 0 | 0.10 | 0.08 | 62.5 | 0.38 | 0.87 |
| Hex | EA | EB | D3 | 0 | 0 | A | 8 | 3F | 26 | 57 |
| Octal | 352 | 353 | 323 | 0 | 0 | 12 | 10 | 77 | 46 | 127 |
| Binary | 11101010 | 11101011 | 11010011 | 0 | 0 | 1010 | 1000 | 111111 | 100110 | 1010111 |
Color Harmonies of #EAEBD3
Complementary color
Monochromatic Colors of #EAEBD3
Black with #EAEBD3
Text Example
Text Example
White with #EAEBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAEBD3; }
p { color: rgb(234,235,211); }
H1.HeaderClassName
{
color: #EAEBD3;
}
.AnyTagClassName
{
color: #EAEBD3;
}
</style>
background-color css
<style>
a { background-color: #EAEBD3; }
a { background-color: rgb(234,235,211); }
div.DivClassName
{
background-color: #EAEBD3;
}
.BgClassName
{
background-color: #EAEBD3;
}
</style>
border-color css
<style>
span { border-color: #EAEBD3; }
span { border-color: rgb(234,235,211); }
td.TdClassName
{
border-color: #EAEBD3;
}
.TagClassName
{
border-color: #EAEBD3;
}
</style>