#EBE1BB

Color #EBE1BB Half Colonial White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Colonial White #EBE1BB

Tints of Half Colonial White #EBE1BB

Color information

#EBE1BB (or 0xEBE1BB) is unknown color: approx Half Colonial White. HEX triplet: EB, E1 and BB. RGB value is (235,225,187). Sum of RGB (Red+Green+Blue) = 235+225+187=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 225 (88.28% from 255 or 34.78% from 647); Blue value is 187 (73.44% from 255 or 28.90% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1BB is #141E44. Grayscale: #DFDFDF. Windows color (decimal): -1318469 or 12313067. OLE color: 12313067.

HSL color Cylindrical-coordinate representation of color #EBE1BB: hue angle of 47.5º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBE1BB is Cyan = 0, Magento = 0.04, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB235225187-
CMYK00.040.200.08
HSL47.5º54.55%82.75%-
HSV(B)47.5º20.43%92.16%-
XYZ70.1675.157.81-
YUV223.66107.31136.09-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.32%
GREEN value IS 225 (88.28% from 255) = 34.78%
BLUE value IS 187 (73.44% from 255) = 28.90%
R=36.32%
G=34.78%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522518700.040.200.0847.554.5582.75
HexEBE1BB04148303753
Octal3533412730424106067123
Binary11101011111000011011101101001010010001100001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE1BB; }

 p { color: rgb(235,225,187); }

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

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

 a { background-color: rgb(235,225,187); }

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

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

 span { border-color: rgb(235,225,187); }

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