#EBE4B8

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

Shades of Half Colonial White #EBE4B8

Tints of Half Colonial White #EBE4B8

Color information

#EBE4B8 (or 0xEBE4B8) is unknown color: approx Half Colonial White. HEX triplet: EB, E4 and B8. RGB value is (235,228,184). Sum of RGB (Red+Green+Blue) = 235+228+184=647 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.32% from 647); Green value is 228 (89.45% from 255 or 35.24% from 647); Blue value is 184 (72.27% from 255 or 28.44% from 647); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE4B8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE4B8 is #141B47. Grayscale: #E1E1E1. Windows color (decimal): -1317704 or 12117227. OLE color: 12117227.

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

Color convert

RGB235228184-
CMYK00.030.220.08
HSL51.76º56.04%82.16%-
HSV(B)51.76º21.7%92.16%-
XYZ70.6676.6156.41-
YUV225.08104.82135.08-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.32%
GREEN value IS 228 (89.45% from 255) = 35.24%
BLUE value IS 184 (72.27% from 255) = 28.44%
R=36.32%
G=35.24%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522818400.030.220.0851.7656.0482.16
HexEBE4B803168343852
Octal3533442700326106470122
Binary1110101111100100101110000111011010001101001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4B8; }

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

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

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

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

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

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

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

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