#EBE4BA

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

Shades of Half Colonial White #EBE4BA

Tints of Half Colonial White #EBE4BA

Color information

#EBE4BA (or 0xEBE4BA) is unknown color: approx Half Colonial White. HEX triplet: EB, E4 and BA. RGB value is (235,228,186). Sum of RGB (Red+Green+Blue) = 235+228+186=649 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.21% from 649); Green value is 228 (89.45% from 255 or 35.13% from 649); Blue value is 186 (73.05% from 255 or 28.66% from 649); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4BA is #141B45. Grayscale: #E1E1E1. Windows color (decimal): -1317702 or 12248299. OLE color: 12248299.

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

Color convert

RGB235228186-
CMYK00.030.210.08
HSL51.43º55.06%82.55%-
HSV(B)51.43º20.85%92.16%-
XYZ70.8776.6957.52-
YUV225.3105.82134.92-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.21%
GREEN value IS 228 (89.45% from 255) = 35.13%
BLUE value IS 186 (73.05% from 255) = 28.66%
R=36.21%
G=35.13%
B=28.66%

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
Decimal23522818600.030.210.0851.4355.0682.55
HexEBE4BA03158333753
Octal3533442720325106367123
Binary1110101111100100101110100111010110001100111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4BA; }

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

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

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

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

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

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

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

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