Shades of Givry #EFD2B0
Tints of Givry #EFD2B0
RGB
CMYK
RGB Variations
Color information
#EFD2B0 (or 0xEFD2B0) is known color: Givry. HEX triplet: EF, D2 and B0. RGB value is (239,210,176). Sum of RGB (Red+Green+Blue) = 239+210+176=625 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.24% from 625); Green value is 210 (82.42% from 255 or 33.6% from 625); Blue value is 176 (69.14% from 255 or 28.16% from 625); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD2B0 is #102D4F. Grayscale: #D6D6D6. Windows color (decimal): -1060176 or 11588335. OLE color: 11588335.
HSL color Cylindrical-coordinate representation of color #EFD2B0: hue angle of 32.38º 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 #EFD2B0 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 210 | 176 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.06 |
| HSL | 32.38º | 0.66% | 0.81% | - |
| HSV(B) | 32.38º | 0.26% | 0.94% | - |
| XYZ | 66.48 | 67.58 | 50.61 | - |
| YUV | 214.8 | 106.11 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 210 | 176 | 0 | 0.12 | 0.26 | 0.06 | 32.38 | 0.66 | 0.81 |
| Hex | EF | D2 | B0 | 0 | C | 1A | 6 | 20 | 42 | 51 |
| Octal | 357 | 322 | 260 | 0 | 14 | 32 | 6 | 40 | 102 | 121 |
| Binary | 11101111 | 11010010 | 10110000 | 0 | 1100 | 11010 | 110 | 100000 | 1000010 | 1010001 |
Color Harmonies of #EFD2B0
Complementary color
Monochromatic Colors of #EFD2B0
Black with #EFD2B0
Text Example
Text Example
White with #EFD2B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD2B0; }
p { color: rgb(239,210,176); }
H1.HeaderClassName
{
color: #EFD2B0;
}
.AnyTagClassName
{
color: #EFD2B0;
}
</style>
background-color css
<style>
a { background-color: #EFD2B0; }
a { background-color: rgb(239,210,176); }
div.DivClassName
{
background-color: #EFD2B0;
}
.BgClassName
{
background-color: #EFD2B0;
}
</style>
border-color css
<style>
span { border-color: #EFD2B0; }
span { border-color: rgb(239,210,176); }
td.TdClassName
{
border-color: #EFD2B0;
}
.TagClassName
{
border-color: #EFD2B0;
}
</style>