#EBE2BC

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

Shades of Half Colonial White #EBE2BC

Tints of Half Colonial White #EBE2BC

Color information

#EBE2BC (or 0xEBE2BC) is unknown color: approx Half Colonial White. HEX triplet: EB, E2 and BC. RGB value is (235,226,188). Sum of RGB (Red+Green+Blue) = 235+226+188=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 226 (88.67% from 255 or 34.82% from 649); Blue value is 188 (73.83% from 255 or 28.97% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2BC is #141D43. Grayscale: #E0E0E0. Windows color (decimal): -1318212 or 12378859. OLE color: 12378859.

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

Color convert

RGB235226188-
CMYK00.040.20.08
HSL48.51º54.02%82.94%-
HSV(B)48.51º20%92.16%-
XYZ70.5375.6958.47-
YUV224.36107.48135.59-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.21%
GREEN value IS 226 (88.67% from 255) = 34.82%
BLUE value IS 188 (73.83% from 255) = 28.97%
R=36.21%
G=34.82%
B=28.97%

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
Decimal23522618800.040.20.0848.5154.0282.94
HexEBE2BC04148313653
Octal3533422740424106166123
Binary11101011111000101011110001001010010001100011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE2BC; }

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

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

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

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

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

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

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

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