#E5EAEA

Color #E5EAEA Zircon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zircon #E5EAEA

Tints of Zircon #E5EAEA

Color information

#E5EAEA (or 0xE5EAEA) is unknown color: approx Zircon. HEX triplet: E5, EA and EA. RGB value is (229,234,234). Sum of RGB (Red+Green+Blue) = 229+234+234=697 (92% of max value = 765). Red value is 229 (89.84% from 255 or 32.86% from 697); Green value is 234 (91.80% from 255 or 33.57% from 697); Blue value is 234 (91.80% from 255 or 33.57% from 697); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #E5EAEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EAEA is #1A1515. Grayscale: #E8E8E8. Windows color (decimal): -1709334 or 15395557. OLE color: 15395557.

HSL color Cylindrical-coordinate representation of color #E5EAEA: hue angle of 180º degrees, saturation: 0.11, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #E5EAEA is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB229234234-
CMYK0.02000.08
HSL180º10.64%90.78%-
HSV(B)180º2.14%91.76%-
XYZ76.5981.4489.53-
YUV232.5128.84125.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 229 (89.84% from 255) = 32.86%
GREEN value IS 234 (91.80% from 255) = 33.57%
BLUE value IS 234 (91.80% from 255) = 33.57%
R=32.86%
G=33.57%
B=33.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2292342340.02000.0818010.6490.78
HexE5EAEA2008b4b5b
Octal3453523522001026413133
Binary111001011110101011101010100010001011010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5EAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5EAEA; }

 p { color: rgb(229,234,234); }

 H1.HeaderClassName
 {
   color: #E5EAEA;
 }
 .AnyTagClassName
 {
   color: #E5EAEA;
 }
</style>
background-color css

<style>
 a { background-color: #E5EAEA; }

 a { background-color: rgb(229,234,234); }

 div.DivClassName
 {
   background-color: #E5EAEA;
 }
 .BgClassName
 {
   background-color: #E5EAEA;
 }
</style>
border-color css

<style>
 span { border-color: #E5EAEA; }

 span { border-color: rgb(229,234,234); }

 td.TdClassName
 {
   border-color: #E5EAEA;
 }
 .TagClassName
 {
   border-color: #E5EAEA;
 }
</style>