Html Css Color HEX #EFE4C3 Half Colonial White
📋 copy color: '#EFE4C3'red 239 ◦ green 228 ◦ blue 195
Shades of Half Colonial White #EFE4C3
Tints of Half Colonial White #EFE4C3
RGB
CMYK
RGB Variations
Color information
#EFE4C3 (or 0xEFE4C3) is known color: Half Colonial White. HEX triplet: EF, E4 and C3. RGB value is (239,228,195). Sum of RGB (Red+Green+Blue) = 239+228+195=662 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.10% from 662); Green value is 228 (89.45% from 255 or 34.44% from 662); Blue value is 195 (76.56% from 255 or 29.46% from 662); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4C3 is #101B3C. Grayscale: #E3E3E3. Windows color (decimal): -1055549 or 12838127. OLE color: 12838127.
HSL color Cylindrical-coordinate representation of color #EFE4C3: hue angle of 45º degrees, saturation: 0.58, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EFE4C3 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 228 | 195 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.06 |
| HSL | 45º | 0.58% | 0.85% | - |
| HSV(B) | 45º | 0.18% | 0.94% | - |
| XYZ | 73.19 | 77.78 | 62.78 | - |
| YUV | 227.53 | 109.64 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 228 | 195 | 0 | 0.05 | 0.18 | 0.06 | 45 | 0.58 | 0.85 |
| Hex | EF | E4 | C3 | 0 | 5 | 12 | 6 | 2D | 3A | 55 |
| Octal | 357 | 344 | 303 | 0 | 5 | 22 | 6 | 55 | 72 | 125 |
| Binary | 11101111 | 11100100 | 11000011 | 0 | 101 | 10010 | 110 | 101101 | 111010 | 1010101 |
Color Harmonies of #EFE4C3
Complementary color
Monochromatic Colors of #EFE4C3
Black with #EFE4C3
Text Example
Text Example
White with #EFE4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFE4C3; }
p { color: rgb(239,228,195); }
H1.HeaderClassName
{
color: #EFE4C3;
}
.AnyTagClassName
{
color: #EFE4C3;
}
</style>
background-color css
<style>
a { background-color: #EFE4C3; }
a { background-color: rgb(239,228,195); }
div.DivClassName
{
background-color: #EFE4C3;
}
.BgClassName
{
background-color: #EFE4C3;
}
</style>
border-color css
<style>
span { border-color: #EFE4C3; }
span { border-color: rgb(239,228,195); }
td.TdClassName
{
border-color: #EFE4C3;
}
.TagClassName
{
border-color: #EFE4C3;
}
</style>