#EBE2BF

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

Shades of Half Colonial White #EBE2BF

Tints of Half Colonial White #EBE2BF

Color information

#EBE2BF (or 0xEBE2BF) is unknown color: approx Half Colonial White. HEX triplet: EB, E2 and BF. RGB value is (235,226,191). Sum of RGB (Red+Green+Blue) = 235+226+191=652 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.04% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 191 (75% from 255 or 29.29% from 652); Max value from RGB is 235 - color contains mainly: red. Hex color #EBE2BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBE2BF is #141D40. Grayscale: #E0E0E0. Windows color (decimal): -1318209 or 12575467. OLE color: 12575467.

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

Color convert

RGB235226191-
CMYK00.040.190.08
HSL47.73º52.38%83.53%-
HSV(B)47.73º18.72%92.16%-
XYZ70.8675.8260.19-
YUV224.7108.98135.35-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.04%
GREEN value IS 226 (88.67% from 255) = 34.66%
BLUE value IS 191 (75% from 255) = 29.29%
R=36.04%
G=34.66%
B=29.29%

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
Decimal23522619100.040.190.0847.7352.3883.53
HexEBE2BF04138303454
Octal3533422770423106064124
Binary11101011111000101011111101001001110001100001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE2BF; }

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

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

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

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

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

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

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

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