#EBE1BC

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

Shades of Half Colonial White #EBE1BC

Tints of Half Colonial White #EBE1BC

Color information

#EBE1BC (or 0xEBE1BC) is unknown color: approx Half Colonial White. HEX triplet: EB, E1 and BC. RGB value is (235,225,188). Sum of RGB (Red+Green+Blue) = 235+225+188=648 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.27% from 648); Green value is 225 (88.28% from 255 or 34.72% from 648); Blue value is 188 (73.83% from 255 or 29.01% from 648); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1BC is #141E43. Grayscale: #DFDFDF. Windows color (decimal): -1318468 or 12378603. OLE color: 12378603.

HSL color Cylindrical-coordinate representation of color #EBE1BC: hue angle of 47.23º degrees, saturation: 0.54, 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 #EBE1BC is Cyan = 0, Magento = 0.04, Yellow = 0.2 and Black (K on CMYK) = 0.08.

Color convert

RGB235225188-
CMYK00.040.20.08
HSL47.23º54.02%82.94%-
HSV(B)47.23º20%92.16%-
XYZ70.2675.1458.38-
YUV223.77107.81136.01-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.27%
GREEN value IS 225 (88.28% from 255) = 34.72%
BLUE value IS 188 (73.83% from 255) = 29.01%
R=36.27%
G=34.72%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522518800.040.20.0847.2354.0282.94
HexEBE1BC041482f3653
Octal3533412740424105766123
Binary11101011111000011011110001001010010001011111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE1BC; }

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

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

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

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

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

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

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

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