Shades of Zircon #E9EAEA
Tints of Zircon #E9EAEA
RGB
CMYK
RGB Variations
Color information
#E9EAEA (or 0xE9EAEA) is known color: Zircon. HEX triplet: E9, EA and EA. RGB value is (233,234,234). Sum of RGB (Red+Green+Blue) = 233+234+234=701 (92% of max value = 765). Red value is 233 (91.41% from 255 or 33.24% from 701); Green value is 234 (91.80% from 255 or 33.38% from 701); Blue value is 234 (91.80% from 255 or 33.38% from 701); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #E9EAEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9EAEA is #161515. Grayscale: #E9E9E9. Windows color (decimal): -1447190 or 15395561. OLE color: 15395561.
HSL color Cylindrical-coordinate representation of color #E9EAEA: hue angle of 180º degrees, saturation: 0.02, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0%. Process color model (Four color, CMYK) of #E9EAEA is Cyan = 0.00, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 233 | 234 | 234 | - |
CMYK | 0.00 | 0 | 0 | 0.08 |
HSL | 180º | 0.02% | 0.92% | - |
HSV(B) | 180º | 0% | 0.92% | - |
XYZ | 77.88 | 82.11 | 89.59 | - |
YUV | 233.7 | 128.17 | 127.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 233 | 234 | 234 | 0.00 | 0 | 0 | 0.08 | 180 | 0.02 | 0.92 |
Hex | E9 | EA | EA | 0 | 0 | 0 | 8 | B4 | 2 | 5C |
Octal | 351 | 352 | 352 | 0 | 0 | 0 | 10 | 264 | 2 | 134 |
Binary | 11101001 | 11101010 | 11101010 | 0 | 0 | 0 | 1000 | 10110100 | 10 | 1011100 |
Color Harmonies of #E9EAEA
Complementary color
Monochromatic Colors of #E9EAEA
Black with #E9EAEA
Text Example
Text Example
White with #E9EAEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9EAEA; }
p { color: rgb(233,234,234); }
H1.HeaderClassName
{
color: #E9EAEA;
}
.AnyTagClassName
{
color: #E9EAEA;
}
</style>
background-color css
<style>
a { background-color: #E9EAEA; }
a { background-color: rgb(233,234,234); }
div.DivClassName
{
background-color: #E9EAEA;
}
.BgClassName
{
background-color: #E9EAEA;
}
</style>
border-color css
<style>
span { border-color: #E9EAEA; }
span { border-color: rgb(233,234,234); }
td.TdClassName
{
border-color: #E9EAEA;
}
.TagClassName
{
border-color: #E9EAEA;
}
</style>