#EBD2C9

Color #EBD2C9 Bizarre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bizarre #EBD2C9

Tints of Bizarre #EBD2C9

Color information

#EBD2C9 (or 0xEBD2C9) is unknown color: approx Bizarre. HEX triplet: EB, D2 and C9. RGB value is (235,210,201). Sum of RGB (Red+Green+Blue) = 235+210+201=646 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.38% from 646); Green value is 210 (82.42% from 255 or 32.51% from 646); Blue value is 201 (78.91% from 255 or 31.11% from 646); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD2C9 is #142D36. Grayscale: #D8D8D8. Windows color (decimal): -1322295 or 13226731. OLE color: 13226731.

HSL color Cylindrical-coordinate representation of color #EBD2C9: hue angle of 15.88º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBD2C9 is Cyan = 0, Magento = 0.11, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235210201-
CMYK00.110.140.08
HSL15.88º45.95%85.49%-
HSV(B)15.88º14.47%92.16%-
XYZ67.8567.9764.8-
YUV216.45119.28141.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.38%
GREEN value IS 210 (82.42% from 255) = 32.51%
BLUE value IS 201 (78.91% from 255) = 31.11%
R=36.38%
G=32.51%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521020100.110.140.0815.8845.9585.49
HexEBD2C90BE8102e55
Octal35332231101316102056125
Binary1110101111010010110010010101111101000100001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2C9; }

 p { color: rgb(235,210,201); }

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

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

 a { background-color: rgb(235,210,201); }

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

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

 span { border-color: rgb(235,210,201); }

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