#EBE1B7

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

Shades of Half Colonial White #EBE1B7

Tints of Half Colonial White #EBE1B7

Color information

#EBE1B7 (or 0xEBE1B7) is unknown color: approx Half Colonial White. HEX triplet: EB, E1 and B7. RGB value is (235,225,183). Sum of RGB (Red+Green+Blue) = 235+225+183=643 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.55% from 643); Green value is 225 (88.28% from 255 or 34.99% from 643); Blue value is 183 (71.88% from 255 or 28.46% from 643); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1B7 is #141E48. Grayscale: #DFDFDF. Windows color (decimal): -1318473 or 12050923. OLE color: 12050923.

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

Color convert

RGB235225183-
CMYK00.040.220.08
HSL48.46º56.52%81.96%-
HSV(B)48.46º22.13%92.16%-
XYZ69.7374.9355.59-
YUV223.2105.31136.42-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.55%
GREEN value IS 225 (88.28% from 255) = 34.99%
BLUE value IS 183 (71.88% from 255) = 28.46%
R=36.55%
G=34.99%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522518300.040.220.0848.4656.5281.96
HexEBE1B704168303952
Octal3533412670426106071122
Binary11101011111000011011011101001011010001100001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE1B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE1B7; }

 p { color: rgb(235,225,183); }

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

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

 a { background-color: rgb(235,225,183); }

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

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

 span { border-color: rgb(235,225,183); }

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