Shades of Givry #EFD4B0
Tints of Givry #EFD4B0
RGB
CMYK
RGB Variations
Color information
#EFD4B0 (or 0xEFD4B0) is known color: Givry. HEX triplet: EF, D4 and B0. RGB value is (239,212,176). Sum of RGB (Red+Green+Blue) = 239+212+176=627 (83% of max value = 765). Red value is 239 (93.75% from 255 or 38.12% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 176 (69.14% from 255 or 28.07% from 627); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD4B0 is #102B4F. Grayscale: #D8D8D8. Windows color (decimal): -1059664 or 11588847. OLE color: 11588847.
HSL color Cylindrical-coordinate representation of color #EFD4B0: hue angle of 34.29º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EFD4B0 is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 212 | 176 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.06 |
| HSL | 34.29º | 0.66% | 0.81% | - |
| HSV(B) | 34.29º | 0.26% | 0.94% | - |
| XYZ | 66.98 | 68.57 | 50.78 | - |
| YUV | 215.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 212 | 176 | 0 | 0.11 | 0.26 | 0.06 | 34.29 | 0.66 | 0.81 |
| Hex | EF | D4 | B0 | 0 | B | 1A | 6 | 22 | 42 | 51 |
| Octal | 357 | 324 | 260 | 0 | 13 | 32 | 6 | 42 | 102 | 121 |
| Binary | 11101111 | 11010100 | 10110000 | 0 | 1011 | 11010 | 110 | 100010 | 1000010 | 1010001 |
Color Harmonies of #EFD4B0
Complementary color
Monochromatic Colors of #EFD4B0
Black with #EFD4B0
Text Example
Text Example
White with #EFD4B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD4B0; }
p { color: rgb(239,212,176); }
H1.HeaderClassName
{
color: #EFD4B0;
}
.AnyTagClassName
{
color: #EFD4B0;
}
</style>
background-color css
<style>
a { background-color: #EFD4B0; }
a { background-color: rgb(239,212,176); }
div.DivClassName
{
background-color: #EFD4B0;
}
.BgClassName
{
background-color: #EFD4B0;
}
</style>
border-color css
<style>
span { border-color: #EFD4B0; }
span { border-color: rgb(239,212,176); }
td.TdClassName
{
border-color: #EFD4B0;
}
.TagClassName
{
border-color: #EFD4B0;
}
</style>