Shades of Zircon #E4E5E5
Tints of Zircon #E4E5E5
RGB
CMYK
RGB Variations
Color information
#E4E5E5 (or 0xE4E5E5) is known color: Zircon. HEX triplet: E4, E5 and E5. RGB value is (228,229,229). Sum of RGB (Red+Green+Blue) = 228+229+229=686 (90% of max value = 765). Red value is 228 (89.45% from 255 or 33.24% from 686); Green value is 229 (89.84% from 255 or 33.38% from 686); Blue value is 229 (89.84% from 255 or 33.38% from 686); Max value from RGB is 229 - color contains mainly: green, blue. Hex color #E4E5E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4E5E5 is #1B1A1A. Grayscale: #E4E4E4. Windows color (decimal): -1776155 or 15066596. OLE color: 15066596.
HSL color Cylindrical-coordinate representation of color #E4E5E5: hue angle of 180º degrees, saturation: 0.02, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0%. Process color model (Four color, CMYK) of #E4E5E5 is Cyan = 0.00, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 228 | 229 | 229 | - |
CMYK | 0.00 | 0 | 0 | 0.10 |
HSL | 180º | 0.02% | 0.9% | - |
HSV(B) | 180º | 0% | 0.9% | - |
XYZ | 74.16 | 78.19 | 85.31 | - |
YUV | 228.7 | 128.17 | 127.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 228 | 229 | 229 | 0.00 | 0 | 0 | 0.10 | 180 | 0.02 | 0.9 |
Hex | E4 | E5 | E5 | 0 | 0 | 0 | A | B4 | 2 | 5A |
Octal | 344 | 345 | 345 | 0 | 0 | 0 | 12 | 264 | 2 | 132 |
Binary | 11100100 | 11100101 | 11100101 | 0 | 0 | 0 | 1010 | 10110100 | 10 | 1011010 |
Color Harmonies of #E4E5E5
Complementary color
Monochromatic Colors of #E4E5E5
Black with #E4E5E5
Text Example
Text Example
White with #E4E5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4E5E5; }
p { color: rgb(228,229,229); }
H1.HeaderClassName
{
color: #E4E5E5;
}
.AnyTagClassName
{
color: #E4E5E5;
}
</style>
background-color css
<style>
a { background-color: #E4E5E5; }
a { background-color: rgb(228,229,229); }
div.DivClassName
{
background-color: #E4E5E5;
}
.BgClassName
{
background-color: #E4E5E5;
}
</style>
border-color css
<style>
span { border-color: #E4E5E5; }
span { border-color: rgb(228,229,229); }
td.TdClassName
{
border-color: #E4E5E5;
}
.TagClassName
{
border-color: #E4E5E5;
}
</style>