#EBE2C2

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

Shades of Half Colonial White #EBE2C2

Tints of Half Colonial White #EBE2C2

Color information

#EBE2C2 (or 0xEBE2C2) is unknown color: approx Half Colonial White. HEX triplet: EB, E2 and C2. RGB value is (235,226,194). Sum of RGB (Red+Green+Blue) = 235+226+194=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 226 (88.67% from 255 or 34.50% from 655); Blue value is 194 (76.17% from 255 or 29.62% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2C2 is #141D3D. Grayscale: #E1E1E1. Windows color (decimal): -1318206 or 12772075. OLE color: 12772075.

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

Color convert

RGB235226194-
CMYK00.040.170.08
HSL46.83º50.62%84.12%-
HSV(B)46.83º17.45%92.16%-
XYZ71.1975.9561.95-
YUV225.04110.48135.1-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 226 (88.67% from 255) = 34.50%
BLUE value IS 194 (76.17% from 255) = 29.62%
R=35.88%
G=34.50%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522619400.040.170.0846.8350.6284.12
HexEBE2C2041182f3354
Octal3533423020421105763124
Binary11101011111000101100001001001000110001011111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE2C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE2C2; }

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

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

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

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

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

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

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

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