Shades of Givry #EFD3B0
Tints of Givry #EFD3B0
RGB
CMYK
RGB Variations
Color information
#EFD3B0 (or 0xEFD3B0) is known color: Givry. HEX triplet: EF, D3 and B0. RGB value is (239,211,176). Sum of RGB (Red+Green+Blue) = 239+211+176=626 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.18% from 626); Green value is 211 (82.81% from 255 or 33.71% from 626); Blue value is 176 (69.14% from 255 or 28.12% from 626); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD3B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD3B0 is #102C4F. Grayscale: #D7D7D7. Windows color (decimal): -1059920 or 11588591. OLE color: 11588591.
HSL color Cylindrical-coordinate representation of color #EFD3B0: hue angle of 33.33º 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 #EFD3B0 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 211 | 176 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.06 |
| HSL | 33.33º | 0.66% | 0.81% | - |
| HSV(B) | 33.33º | 0.26% | 0.94% | - |
| XYZ | 66.73 | 68.07 | 50.7 | - |
| YUV | 215.38 | 105.78 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 211 | 176 | 0 | 0.12 | 0.26 | 0.06 | 33.33 | 0.66 | 0.81 |
| Hex | EF | D3 | B0 | 0 | C | 1A | 6 | 21 | 42 | 51 |
| Octal | 357 | 323 | 260 | 0 | 14 | 32 | 6 | 41 | 102 | 121 |
| Binary | 11101111 | 11010011 | 10110000 | 0 | 1100 | 11010 | 110 | 100001 | 1000010 | 1010001 |
Color Harmonies of #EFD3B0
Complementary color
Monochromatic Colors of #EFD3B0
Black with #EFD3B0
Text Example
Text Example
White with #EFD3B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD3B0; }
p { color: rgb(239,211,176); }
H1.HeaderClassName
{
color: #EFD3B0;
}
.AnyTagClassName
{
color: #EFD3B0;
}
</style>
background-color css
<style>
a { background-color: #EFD3B0; }
a { background-color: rgb(239,211,176); }
div.DivClassName
{
background-color: #EFD3B0;
}
.BgClassName
{
background-color: #EFD3B0;
}
</style>
border-color css
<style>
span { border-color: #EFD3B0; }
span { border-color: rgb(239,211,176); }
td.TdClassName
{
border-color: #EFD3B0;
}
.TagClassName
{
border-color: #EFD3B0;
}
</style>