Shades of Splash #EED29B
Tints of Splash #EED29B
RGB
CMYK
RGB Variations
Color information
#EED29B (or 0xEED29B) is known color: Splash. HEX triplet: EE, D2 and 9B. RGB value is (238,210,155). Sum of RGB (Red+Green+Blue) = 238+210+155=603 (79% of max value = 765). Red value is 238 (93.36% from 255 or 39.47% from 603); Green value is 210 (82.42% from 255 or 34.83% from 603); Blue value is 155 (60.94% from 255 or 25.70% from 603); Max value from RGB is 238 - color contains mainly: red. Hex color #EED29B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED29B is #112D64. Grayscale: #D4D4D4. Windows color (decimal): -1125733 or 10212078. OLE color: 10212078.
HSL color Cylindrical-coordinate representation of color #EED29B: hue angle of 39.76º 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 #EED29B is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 210 | 155 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.07 |
| HSL | 39.76º | 0.71% | 0.77% | - |
| HSV(B) | 39.76º | 0.35% | 0.93% | - |
| XYZ | 64.22 | 66.64 | 40.49 | - |
| YUV | 212.1 | 95.78 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 210 | 155 | 0 | 0.12 | 0.35 | 0.07 | 39.76 | 0.71 | 0.77 |
| Hex | EE | D2 | 9B | 0 | C | 23 | 7 | 28 | 47 | 4D |
| Octal | 356 | 322 | 233 | 0 | 14 | 43 | 7 | 50 | 107 | 115 |
| Binary | 11101110 | 11010010 | 10011011 | 0 | 1100 | 100011 | 111 | 101000 | 1000111 | 1001101 |
Color Harmonies of #EED29B
Complementary color
Monochromatic Colors of #EED29B
Black with #EED29B
Text Example
Text Example
White with #EED29B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED29B; }
p { color: rgb(238,210,155); }
H1.HeaderClassName
{
color: #EED29B;
}
.AnyTagClassName
{
color: #EED29B;
}
</style>
background-color css
<style>
a { background-color: #EED29B; }
a { background-color: rgb(238,210,155); }
div.DivClassName
{
background-color: #EED29B;
}
.BgClassName
{
background-color: #EED29B;
}
</style>
border-color css
<style>
span { border-color: #EED29B; }
span { border-color: rgb(238,210,155); }
td.TdClassName
{
border-color: #EED29B;
}
.TagClassName
{
border-color: #EED29B;
}
</style>