Html Css Color HEX #EED38F Double Colonial White
📋 copy color: '#EED38F'red 238 ◦ green 211 ◦ blue 143
Shades of Double Colonial White #EED38F
Tints of Double Colonial White #EED38F
RGB
CMYK
RGB Variations
Color information
#EED38F (or 0xEED38F) is known color: Double Colonial White. HEX triplet: EE, D3 and 8F. RGB value is (238,211,143). Sum of RGB (Red+Green+Blue) = 238+211+143=592 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.20% from 592); Green value is 211 (82.81% from 255 or 35.64% from 592); Blue value is 143 (56.25% from 255 or 24.16% from 592); Max value from RGB is 238 - color contains mainly: red. Hex color #EED38F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED38F is #112C70. Grayscale: #D3D3D3. Windows color (decimal): -1125489 or 9425902. OLE color: 9425902.
HSL color Cylindrical-coordinate representation of color #EED38F: hue angle of 42.95º 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 #EED38F is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 211 | 143 | - |
| CMYK | 0 | 0.11 | 0.40 | 0.07 |
| HSL | 42.95º | 0.74% | 0.75% | - |
| HSV(B) | 42.95º | 0.4% | 0.93% | - |
| XYZ | 63.51 | 66.75 | 35.52 | - |
| YUV | 211.32 | 89.45 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 211 | 143 | 0 | 0.11 | 0.40 | 0.07 | 42.95 | 0.74 | 0.75 |
| Hex | EE | D3 | 8F | 0 | B | 28 | 7 | 2B | 4A | 4B |
| Octal | 356 | 323 | 217 | 0 | 13 | 50 | 7 | 53 | 112 | 113 |
| Binary | 11101110 | 11010011 | 10001111 | 0 | 1011 | 101000 | 111 | 101011 | 1001010 | 1001011 |
Color Harmonies of #EED38F
Complementary color
Monochromatic Colors of #EED38F
Black with #EED38F
Text Example
Text Example
White with #EED38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EED38F; }
p { color: rgb(238,211,143); }
H1.HeaderClassName
{
color: #EED38F;
}
.AnyTagClassName
{
color: #EED38F;
}
</style>
background-color css
<style>
a { background-color: #EED38F; }
a { background-color: rgb(238,211,143); }
div.DivClassName
{
background-color: #EED38F;
}
.BgClassName
{
background-color: #EED38F;
}
</style>
border-color css
<style>
span { border-color: #EED38F; }
span { border-color: rgb(238,211,143); }
td.TdClassName
{
border-color: #EED38F;
}
.TagClassName
{
border-color: #EED38F;
}
</style>