Shades of Rice Flower #EBEFCD
Tints of Rice Flower #EBEFCD
RGB
CMYK
RGB Variations
Color information
#EBEFCD (or 0xEBEFCD) is known color: Rice Flower. HEX triplet: EB, EF and CD. RGB value is (235,239,205). Sum of RGB (Red+Green+Blue) = 235+239+205=679 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.61% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 205 (80.47% from 255 or 30.19% from 679); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFCD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEFCD is #141032. Grayscale: #EAEAEA. Windows color (decimal): -1314867 or 13496299. OLE color: 13496299.
HSL color Cylindrical-coordinate representation of color #EBEFCD: hue angle of 67.06º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBEFCD is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
RGB | 235 | 239 | 205 | - |
CMYK | 0.02 | 0 | 0.14 | 0.06 |
HSL | 67.06º | 0.52% | 0.87% | - |
HSV(B) | 67.06º | 0.14% | 0.94% | - |
XYZ | 76.15 | 83.8 | 69.92 | - |
YUV | 233.93 | 111.67 | 128.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 239 | 205 | 0.02 | 0 | 0.14 | 0.06 | 67.06 | 0.52 | 0.87 |
Hex | EB | EF | CD | 2 | 0 | E | 6 | 43 | 34 | 57 |
Octal | 353 | 357 | 315 | 2 | 0 | 16 | 6 | 103 | 64 | 127 |
Binary | 11101011 | 11101111 | 11001101 | 10 | 0 | 1110 | 110 | 1000011 | 110100 | 1010111 |
Color Harmonies of #EBEFCD
Complementary color
Monochromatic Colors of #EBEFCD
Black with #EBEFCD
Text Example
Text Example
White with #EBEFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBEFCD; }
p { color: rgb(235,239,205); }
H1.HeaderClassName
{
color: #EBEFCD;
}
.AnyTagClassName
{
color: #EBEFCD;
}
</style>
background-color css
<style>
a { background-color: #EBEFCD; }
a { background-color: rgb(235,239,205); }
div.DivClassName
{
background-color: #EBEFCD;
}
.BgClassName
{
background-color: #EBEFCD;
}
</style>
border-color css
<style>
span { border-color: #EBEFCD; }
span { border-color: rgb(235,239,205); }
td.TdClassName
{
border-color: #EBEFCD;
}
.TagClassName
{
border-color: #EBEFCD;
}
</style>