Shades of Zinnwaldite #EFBEA5
Tints of Zinnwaldite #EFBEA5
RGB
CMYK
RGB Variations
Color information
#EFBEA5 (or 0xEFBEA5) is known color: Zinnwaldite. HEX triplet: EF, BE and A5. RGB value is (239,190,165). Sum of RGB (Red+Green+Blue) = 239+190+165=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 190 (74.61% from 255 or 31.99% from 594); Blue value is 165 (64.84% from 255 or 27.78% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFBEA5 is #10415A. Grayscale: #C9C9C9. Windows color (decimal): -1065307 or 10862319. OLE color: 10862319.
HSL color Cylindrical-coordinate representation of color #EFBEA5: hue angle of 20.27º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #EFBEA5 is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 190 | 165 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.06 |
| HSL | 20.27º | 0.7% | 0.79% | - |
| HSV(B) | 20.27º | 0.31% | 0.94% | - |
| XYZ | 60.8 | 57.89 | 43.57 | - |
| YUV | 201.8 | 107.23 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 190 | 165 | 0 | 0.21 | 0.31 | 0.06 | 20.27 | 0.7 | 0.79 |
| Hex | EF | BE | A5 | 0 | 15 | 1F | 6 | 14 | 46 | 4F |
| Octal | 357 | 276 | 245 | 0 | 25 | 37 | 6 | 24 | 106 | 117 |
| Binary | 11101111 | 10111110 | 10100101 | 0 | 10101 | 11111 | 110 | 10100 | 1000110 | 1001111 |
Color Harmonies of #EFBEA5
Complementary color
Monochromatic Colors of #EFBEA5
Black with #EFBEA5
Text Example
Text Example
White with #EFBEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBEA5; }
p { color: rgb(239,190,165); }
H1.HeaderClassName
{
color: #EFBEA5;
}
.AnyTagClassName
{
color: #EFBEA5;
}
</style>
background-color css
<style>
a { background-color: #EFBEA5; }
a { background-color: rgb(239,190,165); }
div.DivClassName
{
background-color: #EFBEA5;
}
.BgClassName
{
background-color: #EFBEA5;
}
</style>
border-color css
<style>
span { border-color: #EFBEA5; }
span { border-color: rgb(239,190,165); }
td.TdClassName
{
border-color: #EFBEA5;
}
.TagClassName
{
border-color: #EFBEA5;
}
</style>