#EBF2E0

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

Shades of Saltpan #EBF2E0

Tints of Saltpan #EBF2E0

Color information

#EBF2E0 (or 0xEBF2E0) is unknown color: approx Saltpan. HEX triplet: EB, F2 and E0. RGB value is (235,242,224). Sum of RGB (Red+Green+Blue) = 235+242+224=701 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.52% from 701); Green value is 242 (94.92% from 255 or 34.52% from 701); Blue value is 224 (87.89% from 255 or 31.95% from 701); Max value from RGB is 242 - color contains mainly: green. Hex color #EBF2E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF2E0 is #140D1F. Grayscale: #EDEDED. Windows color (decimal): -1314080 or 14742251. OLE color: 14742251.

HSL color Cylindrical-coordinate representation of color #EBF2E0: hue angle of 83.33º degrees, saturation: 0.41, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBF2E0 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB235242224-
CMYK0.0300.070.05
HSL83.33º40.91%91.37%-
HSV(B)83.33º7.44%94.9%-
XYZ79.4786.5583.04-
YUV237.86120.18125.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.52%
GREEN value IS 242 (94.92% from 255) = 34.52%
BLUE value IS 224 (87.89% from 255) = 31.95%
R=33.52%
G=34.52%
B=31.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352422240.0300.070.0583.3340.9191.37
HexEBF2E0307553295b
Octal353362340307512351133
Binary11101011111100101110000011011110110100111010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF2E0; }

 p { color: rgb(235,242,224); }

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

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

 a { background-color: rgb(235,242,224); }

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

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

 span { border-color: rgb(235,242,224); }

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