Shades of Givry #EFD0AE
Tints of Givry #EFD0AE
RGB
CMYK
RGB Variations
Color information
#EFD0AE (or 0xEFD0AE) is known color: Givry. HEX triplet: EF, D0 and AE. RGB value is (239,208,174). Sum of RGB (Red+Green+Blue) = 239+208+174=621 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.49% from 621); Green value is 208 (81.64% from 255 or 33.49% from 621); Blue value is 174 (68.36% from 255 or 28.02% from 621); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0AE is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFD0AE is #102F51. Grayscale: #D5D5D5. Windows color (decimal): -1060690 or 11456751. OLE color: 11456751.
HSL color Cylindrical-coordinate representation of color #EFD0AE: hue angle of 31.38º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EFD0AE is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 208 | 174 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.06 |
| HSL | 31.38º | 0.67% | 0.81% | - |
| HSV(B) | 31.38º | 0.27% | 0.94% | - |
| XYZ | 65.79 | 66.52 | 49.42 | - |
| YUV | 213.39 | 105.77 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 208 | 174 | 0 | 0.13 | 0.27 | 0.06 | 31.38 | 0.67 | 0.81 |
| Hex | EF | D0 | AE | 0 | D | 1B | 6 | 1F | 43 | 51 |
| Octal | 357 | 320 | 256 | 0 | 15 | 33 | 6 | 37 | 103 | 121 |
| Binary | 11101111 | 11010000 | 10101110 | 0 | 1101 | 11011 | 110 | 11111 | 1000011 | 1010001 |
Color Harmonies of #EFD0AE
Complementary color
Monochromatic Colors of #EFD0AE
Black with #EFD0AE
Text Example
Text Example
White with #EFD0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFD0AE; }
p { color: rgb(239,208,174); }
H1.HeaderClassName
{
color: #EFD0AE;
}
.AnyTagClassName
{
color: #EFD0AE;
}
</style>
background-color css
<style>
a { background-color: #EFD0AE; }
a { background-color: rgb(239,208,174); }
div.DivClassName
{
background-color: #EFD0AE;
}
.BgClassName
{
background-color: #EFD0AE;
}
</style>
border-color css
<style>
span { border-color: #EFD0AE; }
span { border-color: rgb(239,208,174); }
td.TdClassName
{
border-color: #EFD0AE;
}
.TagClassName
{
border-color: #EFD0AE;
}
</style>