Html Css Color HEX #EED38E Double Colonial White
📋 copy color: '#EED38E'red 238 ◦ green 211 ◦ blue 142
Shades of Double Colonial White #EED38E
Tints of Double Colonial White #EED38E
RGB
CMYK
RGB Variations
Color information
#EED38E (or 0xEED38E) is known color: Double Colonial White. HEX triplet: EE, D3 and 8E. RGB value is (238,211,142). Sum of RGB (Red+Green+Blue) = 238+211+142=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 142 (55.86% from 255 or 24.03% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EED38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED38E is #112C71. Grayscale: #D3D3D3. Windows color (decimal): -1125490 or 9360366. OLE color: 9360366.
HSL color Cylindrical-coordinate representation of color #EED38E: hue angle of 43.12º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EED38E is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 142 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.07 |
| HSL | 43.13º | 0.74% | 0.75% | - |
| HSV(B) | 43.13º | 0.4% | 0.93% | - |
| XYZ | 63.44 | 66.72 | 35.13 | - |
| YUV | 211.21 | 88.95 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 142 | 0 | 0.11 | 0.40 | 0.07 | 43.13 | 0.74 | 0.75 |
| Hex | EE | D3 | 8E | 0 | B | 28 | 7 | 2B | 4A | 4B |
| Octal | 356 | 323 | 216 | 0 | 13 | 50 | 7 | 53 | 112 | 113 |
| Binary | 11101110 | 11010011 | 10001110 | 0 | 1011 | 101000 | 111 | 101011 | 1001010 | 1001011 |
Color Harmonies of #EED38E
Complementary color
Monochromatic Colors of #EED38E
Black with #EED38E
Text Example
Text Example
White with #EED38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED38E; }
p { color: rgb(238,211,142); }
H1.HeaderClassName
{
color: #EED38E;
}
.AnyTagClassName
{
color: #EED38E;
}
</style>
background-color css
<style>
a { background-color: #EED38E; }
a { background-color: rgb(238,211,142); }
div.DivClassName
{
background-color: #EED38E;
}
.BgClassName
{
background-color: #EED38E;
}
</style>
border-color css
<style>
span { border-color: #EED38E; }
span { border-color: rgb(238,211,142); }
td.TdClassName
{
border-color: #EED38E;
}
.TagClassName
{
border-color: #EED38E;
}
</style>