#EBEFE3

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

Shades of Saltpan #EBEFE3

Tints of Saltpan #EBEFE3

Color information

#EBEFE3 (or 0xEBEFE3) is unknown color: approx Saltpan. HEX triplet: EB, EF and E3. RGB value is (235,239,227). Sum of RGB (Red+Green+Blue) = 235+239+227=701 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.52% from 701); Green value is 239 (93.75% from 255 or 34.09% from 701); Blue value is 227 (89.06% from 255 or 32.38% from 701); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEFE3 is #14101C. Grayscale: #ECECEC. Windows color (decimal): -1314845 or 14938091. OLE color: 14938091.

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

Color convert

RGB235239227-
CMYK0.0200.050.06
HSL80º27.27%91.37%-
HSV(B)80º5.02%93.73%-
XYZ78.9984.9484.9-
YUV236.44122.67126.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.52%
GREEN value IS 239 (93.75% from 255) = 34.09%
BLUE value IS 227 (89.06% from 255) = 32.38%
R=33.52%
G=34.09%
B=32.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352392270.0200.050.068027.2791.37
HexEBEFE32056501b5b
Octal353357343205612033133
Binary1110101111101111111000111001011101010000110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFE3; }

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

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

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

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

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

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

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

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