#EBE5BA

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

Shades of Half Colonial White #EBE5BA

Tints of Half Colonial White #EBE5BA

Color information

#EBE5BA (or 0xEBE5BA) is unknown color: approx Half Colonial White. HEX triplet: EB, E5 and BA. RGB value is (235,229,186). Sum of RGB (Red+Green+Blue) = 235+229+186=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 229 (89.84% from 255 or 35.23% from 650); Blue value is 186 (73.05% from 255 or 28.62% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE5BA is #141A45. Grayscale: #E2E2E2. Windows color (decimal): -1317446 or 12248555. OLE color: 12248555.

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

Color convert

RGB235229186-
CMYK00.030.210.08
HSL52.65º55.06%82.55%-
HSV(B)52.65º20.85%92.16%-
XYZ71.1477.2557.61-
YUV225.89105.49134.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 229 (89.84% from 255) = 35.23%
BLUE value IS 186 (73.05% from 255) = 28.62%
R=36.15%
G=35.23%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522918600.030.210.0852.6555.0682.55
HexEBE5BA03158353753
Octal3533452720325106567123
Binary1110101111100101101110100111010110001101011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE5BA; }

 p { color: rgb(235,229,186); }

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

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

 a { background-color: rgb(235,229,186); }

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

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

 span { border-color: rgb(235,229,186); }

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