#EBE2C1

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

Shades of Half Colonial White #EBE2C1

Tints of Half Colonial White #EBE2C1

Color information

#EBE2C1 (or 0xEBE2C1) is unknown color: approx Half Colonial White. HEX triplet: EB, E2 and C1. RGB value is (235,226,193). Sum of RGB (Red+Green+Blue) = 235+226+193=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 193 (75.78% from 255 or 29.51% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2C1 is #141D3E. Grayscale: #E1E1E1. Windows color (decimal): -1318207 or 12706539. OLE color: 12706539.

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

Color convert

RGB235226193-
CMYK00.040.180.08
HSL47.14º51.22%83.92%-
HSV(B)47.14º17.87%92.16%-
XYZ71.0875.9161.36-
YUV224.93109.98135.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 226 (88.67% from 255) = 34.56%
BLUE value IS 193 (75.78% from 255) = 29.51%
R=35.93%
G=34.56%
B=29.51%

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
Decimal23522619300.040.180.0847.1451.2283.92
HexEBE2C1041282f3354
Octal3533423010422105763124
Binary11101011111000101100000101001001010001011111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE2C1; }

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

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

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

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

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

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

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

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