#EBF0E3

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

Shades of Saltpan #EBF0E3

Tints of Saltpan #EBF0E3

Color information

#EBF0E3 (or 0xEBF0E3) is unknown color: approx Saltpan. HEX triplet: EB, F0 and E3. RGB value is (235,240,227). Sum of RGB (Red+Green+Blue) = 235+240+227=702 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.48% from 702); Green value is 240 (94.14% from 255 or 34.19% from 702); Blue value is 227 (89.06% from 255 or 32.34% from 702); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0E3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF0E3 is #140F1C. Grayscale: #EDEDED. Windows color (decimal): -1314589 or 14938347. OLE color: 14938347.

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

Color convert

RGB235240227-
CMYK0.0200.050.06
HSL83.08º30.23%91.57%-
HSV(B)83.08º5.42%94.12%-
XYZ79.2985.5385-
YUV237.02122.34126.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.48%
GREEN value IS 240 (94.14% from 255) = 34.19%
BLUE value IS 227 (89.06% from 255) = 32.34%
R=33.48%
G=34.19%
B=32.34%

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
Decimal2352402270.0200.050.0683.0830.2391.57
HexEBF0E32056531e5c
Octal353360343205612336134
Binary1110101111110000111000111001011101010011111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF0E3; }

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

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

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

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

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

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

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

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