Shades of Sundown #EEAFAF
Tints of Sundown #EEAFAF
RGB
CMYK
RGB Variations
Color information
#EEAFAF (or 0xEEAFAF) is known color: Sundown. HEX triplet: EE, AF and AF. RGB value is (238,175,175). Sum of RGB (Red+Green+Blue) = 238+175+175=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAFAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEAFAF is #115050. Grayscale: #C1C1C1. Windows color (decimal): -1134673 or 11513838. OLE color: 11513838.
HSL color Cylindrical-coordinate representation of color #EEAFAF: hue angle of 0º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EEAFAF is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 175 | 175 | - |
CMYK | 0 | 0.26 | 0.26 | 0.07 |
HSL | 0º | 0.65% | 0.81% | - |
HSV(B) | 0º | 0.26% | 0.93% | - |
XYZ | 58.33 | 51.93 | 47.51 | - |
YUV | 193.84 | 117.37 | 159.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 175 | 175 | 0 | 0.26 | 0.26 | 0.07 | 0 | 0.65 | 0.81 |
Hex | EE | AF | AF | 0 | 1A | 1A | 7 | 0 | 41 | 51 |
Octal | 356 | 257 | 257 | 0 | 32 | 32 | 7 | 0 | 101 | 121 |
Binary | 11101110 | 10101111 | 10101111 | 0 | 11010 | 11010 | 111 | 0 | 1000001 | 1010001 |
Color Harmonies of #EEAFAF
Complementary color
Monochromatic Colors of #EEAFAF
Black with #EEAFAF
Text Example
Text Example
White with #EEAFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEAFAF; }
p { color: rgb(238,175,175); }
H1.HeaderClassName
{
color: #EEAFAF;
}
.AnyTagClassName
{
color: #EEAFAF;
}
</style>
background-color css
<style>
a { background-color: #EEAFAF; }
a { background-color: rgb(238,175,175); }
div.DivClassName
{
background-color: #EEAFAF;
}
.BgClassName
{
background-color: #EEAFAF;
}
</style>
border-color css
<style>
span { border-color: #EEAFAF; }
span { border-color: rgb(238,175,175); }
td.TdClassName
{
border-color: #EEAFAF;
}
.TagClassName
{
border-color: #EEAFAF;
}
</style>