#EBE1BE

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

Shades of Half Colonial White #EBE1BE

Tints of Half Colonial White #EBE1BE

Color information

#EBE1BE (or 0xEBE1BE) is unknown color: approx Half Colonial White. HEX triplet: EB, E1 and BE. RGB value is (235,225,190). Sum of RGB (Red+Green+Blue) = 235+225+190=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 225 (88.28% from 255 or 34.62% from 650); Blue value is 190 (74.61% from 255 or 29.23% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE1BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE1BE is #141E41. Grayscale: #E0E0E0. Windows color (decimal): -1318466 or 12509675. OLE color: 12509675.

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

Color convert

RGB235225190-
CMYK00.040.190.08
HSL46.67º52.94%83.33%-
HSV(B)46.67º19.15%92.16%-
XYZ70.4875.2359.52-
YUV224108.81135.85-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 225 (88.28% from 255) = 34.62%
BLUE value IS 190 (74.61% from 255) = 29.23%
R=36.15%
G=34.62%
B=29.23%

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
Decimal23522519000.040.190.0846.6752.9483.33
HexEBE1BE041382f3553
Octal3533412760423105765123
Binary11101011111000011011111001001001110001011111101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE1BE; }

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

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

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

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

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

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

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

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