Shades of Splash #EED69B
Tints of Splash #EED69B
RGB
CMYK
RGB Variations
Color information
#EED69B (or 0xEED69B) is known color: Splash. HEX triplet: EE, D6 and 9B. RGB value is (238,214,155). Sum of RGB (Red+Green+Blue) = 238+214+155=607 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.21% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 155 (60.94% from 255 or 25.54% from 607); Max value from RGB is 238 - color contains mainly: red. Hex color #EED69B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED69B is #112964. Grayscale: #D6D6D6. Windows color (decimal): -1124709 or 10213102. OLE color: 10213102.
HSL color Cylindrical-coordinate representation of color #EED69B: hue angle of 42.65º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EED69B is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 214 | 155 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.07 |
| HSL | 42.65º | 0.71% | 0.77% | - |
| HSV(B) | 42.65º | 0.35% | 0.93% | - |
| XYZ | 65.22 | 68.64 | 40.82 | - |
| YUV | 214.45 | 94.45 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 214 | 155 | 0 | 0.10 | 0.35 | 0.07 | 42.65 | 0.71 | 0.77 |
| Hex | EE | D6 | 9B | 0 | A | 23 | 7 | 2B | 47 | 4D |
| Octal | 356 | 326 | 233 | 0 | 12 | 43 | 7 | 53 | 107 | 115 |
| Binary | 11101110 | 11010110 | 10011011 | 0 | 1010 | 100011 | 111 | 101011 | 1000111 | 1001101 |
Color Harmonies of #EED69B
Complementary color
Monochromatic Colors of #EED69B
Black with #EED69B
Text Example
Text Example
White with #EED69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED69B; }
p { color: rgb(238,214,155); }
H1.HeaderClassName
{
color: #EED69B;
}
.AnyTagClassName
{
color: #EED69B;
}
</style>
background-color css
<style>
a { background-color: #EED69B; }
a { background-color: rgb(238,214,155); }
div.DivClassName
{
background-color: #EED69B;
}
.BgClassName
{
background-color: #EED69B;
}
</style>
border-color css
<style>
span { border-color: #EED69B; }
span { border-color: rgb(238,214,155); }
td.TdClassName
{
border-color: #EED69B;
}
.TagClassName
{
border-color: #EED69B;
}
</style>