#EBEEE5

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

Shades of Saltpan #EBEEE5

Tints of Saltpan #EBEEE5

Color information

#EBEEE5 (or 0xEBEEE5) is unknown color: approx Saltpan. HEX triplet: EB, EE and E5. RGB value is (235,238,229). Sum of RGB (Red+Green+Blue) = 235+238+229=702 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.48% from 702); Green value is 238 (93.36% from 255 or 33.90% from 702); Blue value is 229 (89.84% from 255 or 32.62% from 702); Max value from RGB is 238 - color contains mainly: green. Hex color #EBEEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEEE5 is #14111A. Grayscale: #ECECEC. Windows color (decimal): -1315099 or 15068907. OLE color: 15068907.

HSL color Cylindrical-coordinate representation of color #EBEEE5: hue angle of 80º degrees, saturation: 0.21, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBEEE5 is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB235238229-
CMYK0.0100.040.07
HSL80º20.93%91.57%-
HSV(B)80º3.78%93.33%-
XYZ78.9884.4786.27-
YUV236.08124.01127.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.48%
GREEN value IS 238 (93.36% from 255) = 33.90%
BLUE value IS 229 (89.84% from 255) = 32.62%
R=33.48%
G=33.90%
B=32.62%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2352382290.0100.040.078020.9391.57
HexEBEEE5104750155c
Octal353356345104712025134
Binary111010111110111011100101101001111010000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEEE5; }

 p { color: rgb(235,238,229); }

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

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

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

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

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

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

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