Shades of Zinnwaldite #EABFAD
Tints of Zinnwaldite #EABFAD
RGB
CMYK
RGB Variations
Color information
#EABFAD (or 0xEABFAD) is known color: Zinnwaldite. HEX triplet: EA, BF and AD. RGB value is (234,191,173). Sum of RGB (Red+Green+Blue) = 234+191+173=598 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.13% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 173 (67.97% from 255 or 28.93% from 598); Max value from RGB is 234 - color contains mainly: red. Hex color #EABFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EABFAD is #154052. Grayscale: #C9C9C9. Windows color (decimal): -1392723 or 11386858. OLE color: 11386858.
HSL color Cylindrical-coordinate representation of color #EABFAD: hue angle of 17.7º degrees, saturation: 0.59, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EABFAD is Cyan = 0, Magento = 0.18, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 191 | 173 | - |
| CMYK | 0 | 0.18 | 0.26 | 0.08 |
| HSL | 17.7º | 0.59% | 0.8% | - |
| HSV(B) | 17.7º | 0.26% | 0.92% | - |
| XYZ | 60.11 | 57.77 | 47.52 | - |
| YUV | 201.81 | 111.75 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 191 | 173 | 0 | 0.18 | 0.26 | 0.08 | 17.7 | 0.59 | 0.8 |
| Hex | EA | BF | AD | 0 | 12 | 1A | 8 | 12 | 3B | 50 |
| Octal | 352 | 277 | 255 | 0 | 22 | 32 | 10 | 22 | 73 | 120 |
| Binary | 11101010 | 10111111 | 10101101 | 0 | 10010 | 11010 | 1000 | 10010 | 111011 | 1010000 |
Color Harmonies of #EABFAD
Complementary color
Monochromatic Colors of #EABFAD
Black with #EABFAD
Text Example
Text Example
White with #EABFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EABFAD; }
p { color: rgb(234,191,173); }
H1.HeaderClassName
{
color: #EABFAD;
}
.AnyTagClassName
{
color: #EABFAD;
}
</style>
background-color css
<style>
a { background-color: #EABFAD; }
a { background-color: rgb(234,191,173); }
div.DivClassName
{
background-color: #EABFAD;
}
.BgClassName
{
background-color: #EABFAD;
}
</style>
border-color css
<style>
span { border-color: #EABFAD; }
span { border-color: rgb(234,191,173); }
td.TdClassName
{
border-color: #EABFAD;
}
.TagClassName
{
border-color: #EABFAD;
}
</style>