Shades of Givry #EECFAD
Tints of Givry #EECFAD
RGB
CMYK
RGB Variations
Color information
#EECFAD (or 0xEECFAD) is known color: Givry. HEX triplet: EE, CF and AD. RGB value is (238,207,173). Sum of RGB (Red+Green+Blue) = 238+207+173=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 207 (81.25% from 255 or 33.50% from 618); Blue value is 173 (67.97% from 255 or 27.99% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EECFAD is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EECFAD is #113052. Grayscale: #D4D4D4. Windows color (decimal): -1126483 or 11390958. OLE color: 11390958.
HSL color Cylindrical-coordinate representation of color #EECFAD: hue angle of 31.38º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EECFAD is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 207 | 173 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.07 |
| HSL | 31.38º | 0.66% | 0.81% | - |
| HSV(B) | 31.38º | 0.27% | 0.93% | - |
| XYZ | 65.12 | 65.82 | 48.81 | - |
| YUV | 212.39 | 105.77 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 207 | 173 | 0 | 0.13 | 0.27 | 0.07 | 31.38 | 0.66 | 0.81 |
| Hex | EE | CF | AD | 0 | D | 1B | 7 | 1F | 42 | 51 |
| Octal | 356 | 317 | 255 | 0 | 15 | 33 | 7 | 37 | 102 | 121 |
| Binary | 11101110 | 11001111 | 10101101 | 0 | 1101 | 11011 | 111 | 11111 | 1000010 | 1010001 |
Color Harmonies of #EECFAD
Complementary color
Monochromatic Colors of #EECFAD
Black with #EECFAD
Text Example
Text Example
White with #EECFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EECFAD; }
p { color: rgb(238,207,173); }
H1.HeaderClassName
{
color: #EECFAD;
}
.AnyTagClassName
{
color: #EECFAD;
}
</style>
background-color css
<style>
a { background-color: #EECFAD; }
a { background-color: rgb(238,207,173); }
div.DivClassName
{
background-color: #EECFAD;
}
.BgClassName
{
background-color: #EECFAD;
}
</style>
border-color css
<style>
span { border-color: #EECFAD; }
span { border-color: rgb(238,207,173); }
td.TdClassName
{
border-color: #EECFAD;
}
.TagClassName
{
border-color: #EECFAD;
}
</style>