Html Css Color HEX #EED48F Double Colonial White
📋 copy color: '#EED48F'red 238 ◦ green 212 ◦ blue 143
Shades of Double Colonial White #EED48F
Tints of Double Colonial White #EED48F
RGB
CMYK
RGB Variations
Color information
#EED48F (or 0xEED48F) is known color: Double Colonial White. HEX triplet: EE, D4 and 8F. RGB value is (238,212,143). Sum of RGB (Red+Green+Blue) = 238+212+143=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 212 (83.20% from 255 or 35.75% from 593); Blue value is 143 (56.25% from 255 or 24.11% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EED48F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED48F is #112B70. Grayscale: #D4D4D4. Windows color (decimal): -1125233 or 9426158. OLE color: 9426158.
HSL color Cylindrical-coordinate representation of color #EED48F: hue angle of 43.58º 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 #EED48F is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 212 | 143 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.07 |
| HSL | 43.58º | 0.74% | 0.75% | - |
| HSV(B) | 43.58º | 0.4% | 0.93% | - |
| XYZ | 63.76 | 67.25 | 35.61 | - |
| YUV | 211.91 | 89.11 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 212 | 143 | 0 | 0.11 | 0.40 | 0.07 | 43.58 | 0.74 | 0.75 |
| Hex | EE | D4 | 8F | 0 | B | 28 | 7 | 2C | 4A | 4B |
| Octal | 356 | 324 | 217 | 0 | 13 | 50 | 7 | 54 | 112 | 113 |
| Binary | 11101110 | 11010100 | 10001111 | 0 | 1011 | 101000 | 111 | 101100 | 1001010 | 1001011 |
Color Harmonies of #EED48F
Complementary color
Monochromatic Colors of #EED48F
Black with #EED48F
Text Example
Text Example
White with #EED48F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED48F; }
p { color: rgb(238,212,143); }
H1.HeaderClassName
{
color: #EED48F;
}
.AnyTagClassName
{
color: #EED48F;
}
</style>
background-color css
<style>
a { background-color: #EED48F; }
a { background-color: rgb(238,212,143); }
div.DivClassName
{
background-color: #EED48F;
}
.BgClassName
{
background-color: #EED48F;
}
</style>
border-color css
<style>
span { border-color: #EED48F; }
span { border-color: rgb(238,212,143); }
td.TdClassName
{
border-color: #EED48F;
}
.TagClassName
{
border-color: #EED48F;
}
</style>