#EBF0E0

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

Shades of Saltpan #EBF0E0

Tints of Saltpan #EBF0E0

Color information

#EBF0E0 (or 0xEBF0E0) is unknown color: approx Saltpan. HEX triplet: EB, F0 and E0. RGB value is (235,240,224). Sum of RGB (Red+Green+Blue) = 235+240+224=699 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.62% from 699); Green value is 240 (94.14% from 255 or 34.33% from 699); Blue value is 224 (87.89% from 255 or 32.05% from 699); Max value from RGB is 240 - color contains mainly: green. Hex color #EBF0E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBF0E0 is #140F1F. Grayscale: #ECECEC. Windows color (decimal): -1314592 or 14741739. OLE color: 14741739.

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

Color convert

RGB235240224-
CMYK0.0200.070.06
HSL78.75º34.78%90.98%-
HSV(B)78.75º6.67%94.12%-
XYZ78.8885.3682.84-
YUV236.68120.84126.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.62%
GREEN value IS 240 (94.14% from 255) = 34.33%
BLUE value IS 224 (87.89% from 255) = 32.05%
R=33.62%
G=34.33%
B=32.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352402240.0200.070.0678.7534.7890.98
HexEBF0E020764f235b
Octal353360340207611743133
Binary11101011111100001110000010011111010011111000111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBF0E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBF0E0; }

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

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

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

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

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

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

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

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