#EBE4BC

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

Shades of Half Colonial White #EBE4BC

Tints of Half Colonial White #EBE4BC

Color information

#EBE4BC (or 0xEBE4BC) is unknown color: approx Half Colonial White. HEX triplet: EB, E4 and BC. RGB value is (235,228,188). Sum of RGB (Red+Green+Blue) = 235+228+188=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 228 (89.45% from 255 or 35.02% from 651); Blue value is 188 (73.83% from 255 or 28.88% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4BC is #141B43. Grayscale: #E1E1E1. Windows color (decimal): -1317700 or 12379371. OLE color: 12379371.

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

Color convert

RGB235228188-
CMYK00.030.20.08
HSL51.06º54.02%82.94%-
HSV(B)51.06º20%92.16%-
XYZ71.0876.7858.65-
YUV225.53106.82134.75-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.10%
GREEN value IS 228 (89.45% from 255) = 35.02%
BLUE value IS 188 (73.83% from 255) = 28.88%
R=36.10%
G=35.02%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.2
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522818800.030.20.0851.0654.0282.94
HexEBE4BC03148333653
Octal3533442740324106366123
Binary1110101111100100101111000111010010001100111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4BC; }

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

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

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

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

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

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

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

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