#EBE2BD

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

Shades of Half Colonial White #EBE2BD

Tints of Half Colonial White #EBE2BD

Color information

#EBE2BD (or 0xEBE2BD) is unknown color: approx Half Colonial White. HEX triplet: EB, E2 and BD. RGB value is (235,226,189). Sum of RGB (Red+Green+Blue) = 235+226+189=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 226 (88.67% from 255 or 34.77% from 650); Blue value is 189 (74.22% from 255 or 29.08% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2BD is #141D42. Grayscale: #E0E0E0. Windows color (decimal): -1318211 or 12444395. OLE color: 12444395.

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

Color convert

RGB235226189-
CMYK00.040.200.08
HSL48.26º53.49%83.14%-
HSV(B)48.26º19.57%92.16%-
XYZ70.6475.7359.04-
YUV224.47107.98135.51-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 226 (88.67% from 255) = 34.77%
BLUE value IS 189 (74.22% from 255) = 29.08%
R=36.15%
G=34.77%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522618900.040.200.0848.2653.4983.14
HexEBE2BD04148303553
Octal3533422750424106065123
Binary11101011111000101011110101001010010001100001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE2BD; }

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

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

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

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

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

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

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

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