Html Css Color HEX #E5EFEF Zircon

📋 copy color: '#E5EFEF'

red 229 ◦ green 239 ◦ blue 239

#E5EFEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zircon #E5EFEF

Tints of Zircon #E5EFEF

RGB

 RED value IS 229 (89.84% from 255) = 32.39%

 GREEN value IS 239 (93.75% from 255) = 33.8%

 BLUE value IS 239 (93.75% from 255) = 33.8%

R = 32.39%
G = 33.8%
B = 33.8%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E5EFEF (or 0xE5EFEF) is known color: Zircon. HEX triplet: E5, EF and EF. RGB value is (229,239,239). Sum of RGB (Red+Green+Blue) = 229+239+239=707 (93% of max value = 765). Red value is 229 (89.84% from 255 or 32.39% from 707); Green value is 239 (93.75% from 255 or 33.80% from 707); Blue value is 239 (93.75% from 255 or 33.80% from 707); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #E5EFEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5EFEF is #1A1010. Grayscale: #EBEBEB. Windows color (decimal): -1708049 or 15724517. OLE color: 15724517.

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

Color convert

RGB 229 239 239 -
CMYK 0.04 0 0 0.06
HSL 180º 0.24% 0.92% -
HSV(B) 180º 0.04% 0.94% -
XYZ 78.76 84.62 93.84 -
YUV 236.01 129.69 123 -
System Red Green Blue C M Y K H S L
Decimal 229 239 239 0.04 0 0 0.06 180 0.24 0.92
Hex E5 EF EF 4 0 0 6 B4 18 5C
Octal 345 357 357 4 0 0 6 264 30 134
Binary 11100101 11101111 11101111 100 0 0 110 10110100 11000 1011100

Color Harmonies of #E5EFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5EFEF

Black with #E5EFEF

Text Example


Text Example

White with #E5EFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5EFEF; }

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

 H1.HeaderClassName
 {
   color: #E5EFEF;
 }
 .AnyTagClassName
 {
   color: #E5EFEF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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