#EBEFE1

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

Shades of Saltpan #EBEFE1

Tints of Saltpan #EBEFE1

Color information

#EBEFE1 (or 0xEBEFE1) is unknown color: approx Saltpan. HEX triplet: EB, EF and E1. RGB value is (235,239,225). Sum of RGB (Red+Green+Blue) = 235+239+225=699 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.62% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 225 (88.28% from 255 or 32.19% from 699); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEFE1 is #14101E. Grayscale: #ECECEC. Windows color (decimal): -1314847 or 14807019. OLE color: 14807019.

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

Color convert

RGB235239225-
CMYK0.0200.060.06
HSL77.14º30.43%90.98%-
HSV(B)77.14º5.86%93.73%-
XYZ78.7284.8383.46-
YUV236.21121.67127.14-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.62%
GREEN value IS 239 (93.75% from 255) = 34.19%
BLUE value IS 225 (88.28% from 255) = 32.19%
R=33.62%
G=34.19%
B=32.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352392250.0200.060.0677.1430.4390.98
HexEBEFE120664d1e5b
Octal353357341206611536133
Binary1110101111101111111000011001101101001101111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFE1; }

 p { color: rgb(235,239,225); }

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

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

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

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

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

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

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