#EBEFE0

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

Shades of Saltpan #EBEFE0

Tints of Saltpan #EBEFE0

Color information

#EBEFE0 (or 0xEBEFE0) is unknown color: approx Saltpan. HEX triplet: EB, EF and E0. RGB value is (235,239,224). Sum of RGB (Red+Green+Blue) = 235+239+224=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 224 (87.89% from 255 or 32.09% from 698); Max value from RGB is 239 - color contains mainly: green. Hex color #EBEFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EBEFE0 is #14101F. Grayscale: #ECECEC. Windows color (decimal): -1314848 or 14741483. OLE color: 14741483.

HSL color Cylindrical-coordinate representation of color #EBEFE0: hue angle of 76º degrees, saturation: 0.32, 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 #EBEFE0 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB235239224-
CMYK0.0200.060.06
HSL76º31.91%90.78%-
HSV(B)76º6.28%93.73%-
XYZ78.5884.7882.74-
YUV236.09121.17127.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.67%
GREEN value IS 239 (93.75% from 255) = 34.24%
BLUE value IS 224 (87.89% from 255) = 32.09%
R=33.67%
G=34.24%
B=32.09%

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
Decimal2352392240.0200.060.067631.9190.78
HexEBEFE020664c205b
Octal353357340206611440133
Binary11101011111011111110000010011011010011001000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBEFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBEFE0; }

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

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

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

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

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

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

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

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