#EBE1BF

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

Shades of Half Colonial White #EBE1BF

Tints of Half Colonial White #EBE1BF

Color information

#EBE1BF (or 0xEBE1BF) is unknown color: approx Half Colonial White. HEX triplet: EB, E1 and BF. RGB value is (235,225,191). Sum of RGB (Red+Green+Blue) = 235+225+191=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 225 (88.28% from 255 or 34.56% from 651); Blue value is 191 (75% from 255 or 29.34% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1BF is #141E40. Grayscale: #E0E0E0. Windows color (decimal): -1318465 or 12575211. OLE color: 12575211.

HSL color Cylindrical-coordinate representation of color #EBE1BF: hue angle of 46.36º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #EBE1BF is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.08.

Color convert

RGB235225191-
CMYK00.040.190.08
HSL46.36º52.38%83.53%-
HSV(B)46.36º18.72%92.16%-
XYZ70.5975.2760.1-
YUV224.11109.31135.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.10%
GREEN value IS 225 (88.28% from 255) = 34.56%
BLUE value IS 191 (75% from 255) = 29.34%
R=36.10%
G=34.56%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522519100.040.190.0846.3652.3883.53
HexEBE1BF041382e3454
Octal3533412770423105664124
Binary11101011111000011011111101001001110001011101101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE1BF; }

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

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

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

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

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

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

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

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