#EBD2C5

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

Shades of Bizarre #EBD2C5

Tints of Bizarre #EBD2C5

Color information

#EBD2C5 (or 0xEBD2C5) is unknown color: approx Bizarre. HEX triplet: EB, D2 and C5. RGB value is (235,210,197). Sum of RGB (Red+Green+Blue) = 235+210+197=642 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.60% from 642); Green value is 210 (82.42% from 255 or 32.71% from 642); Blue value is 197 (77.34% from 255 or 30.69% from 642); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD2C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD2C5 is #142D3A. Grayscale: #D8D8D8. Windows color (decimal): -1322299 or 12964587. OLE color: 12964587.

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

Color convert

RGB235210197-
CMYK00.110.160.08
HSL20.53º48.72%84.71%-
HSV(B)20.53º16.17%92.16%-
XYZ67.3967.7962.36-
YUV215.99117.28141.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.60%
GREEN value IS 210 (82.42% from 255) = 32.71%
BLUE value IS 197 (77.34% from 255) = 30.69%
R=36.60%
G=32.71%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521019700.110.160.0820.5348.7284.71
HexEBD2C50B108153155
Octal35332230501320102561125
Binary11101011110100101100010101011100001000101011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD2C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD2C5; }

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

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

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

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

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

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

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

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