#EBE2C0

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

Shades of Half Colonial White #EBE2C0

Tints of Half Colonial White #EBE2C0

Color information

#EBE2C0 (or 0xEBE2C0) is unknown color: approx Half Colonial White. HEX triplet: EB, E2 and C0. RGB value is (235,226,192). Sum of RGB (Red+Green+Blue) = 235+226+192=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 226 (88.67% from 255 or 34.61% from 653); Blue value is 192 (75.39% from 255 or 29.40% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2C0 is #141D3F. Grayscale: #E0E0E0. Windows color (decimal): -1318208 or 12641003. OLE color: 12641003.

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

Color convert

RGB235226192-
CMYK00.040.180.08
HSL47.44º51.81%83.73%-
HSV(B)47.44º18.3%92.16%-
XYZ70.9775.8660.77-
YUV224.82109.48135.26-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 226 (88.67% from 255) = 34.61%
BLUE value IS 192 (75.39% from 255) = 29.40%
R=35.99%
G=34.61%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522619200.040.180.0847.4451.8183.73
HexEBE2C0041282f3454
Octal3533423000422105764124
Binary11101011111000101100000001001001010001011111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE2C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE2C0; }

 p { color: rgb(235,226,192); }

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

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

 a { background-color: rgb(235,226,192); }

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

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

 span { border-color: rgb(235,226,192); }

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