Shades of Splash #EDD69B
Tints of Splash #EDD69B
RGB
CMYK
RGB Variations
Color information
#EDD69B (or 0xEDD69B) is known color: Splash. HEX triplet: ED, D6 and 9B. RGB value is (237,214,155). Sum of RGB (Red+Green+Blue) = 237+214+155=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 214 (83.98% from 255 or 35.31% from 606); Blue value is 155 (60.94% from 255 or 25.58% from 606); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD69B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD69B is #122964. Grayscale: #D6D6D6. Windows color (decimal): -1190245 or 10213101. OLE color: 10213101.
HSL color Cylindrical-coordinate representation of color #EDD69B: hue angle of 43.17º degrees, saturation: 0.69, 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 #EDD69B is Cyan = 0, Magento = 0.10, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 214 | 155 | - |
| CMYK | 0 | 0.10 | 0.35 | 0.07 |
| HSL | 43.17º | 0.69% | 0.77% | - |
| HSV(B) | 43.17º | 0.35% | 0.93% | - |
| XYZ | 64.89 | 68.46 | 40.81 | - |
| YUV | 214.15 | 94.62 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 214 | 155 | 0 | 0.10 | 0.35 | 0.07 | 43.17 | 0.69 | 0.77 |
| Hex | ED | D6 | 9B | 0 | A | 23 | 7 | 2B | 45 | 4D |
| Octal | 355 | 326 | 233 | 0 | 12 | 43 | 7 | 53 | 105 | 115 |
| Binary | 11101101 | 11010110 | 10011011 | 0 | 1010 | 100011 | 111 | 101011 | 1000101 | 1001101 |
Color Harmonies of #EDD69B
Complementary color
Monochromatic Colors of #EDD69B
Black with #EDD69B
Text Example
Text Example
White with #EDD69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDD69B; }
p { color: rgb(237,214,155); }
H1.HeaderClassName
{
color: #EDD69B;
}
.AnyTagClassName
{
color: #EDD69B;
}
</style>
background-color css
<style>
a { background-color: #EDD69B; }
a { background-color: rgb(237,214,155); }
div.DivClassName
{
background-color: #EDD69B;
}
.BgClassName
{
background-color: #EDD69B;
}
</style>
border-color css
<style>
span { border-color: #EDD69B; }
span { border-color: rgb(237,214,155); }
td.TdClassName
{
border-color: #EDD69B;
}
.TagClassName
{
border-color: #EDD69B;
}
</style>