#EBD0C5

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

Shades of Bizarre #EBD0C5

Tints of Bizarre #EBD0C5

Color information

#EBD0C5 (or 0xEBD0C5) is unknown color: approx Bizarre. HEX triplet: EB, D0 and C5. RGB value is (235,208,197). Sum of RGB (Red+Green+Blue) = 235+208+197=640 (84% of max value = 765). Red value is 235 (92.19% from 255 or 36.72% from 640); Green value is 208 (81.64% from 255 or 32.5% from 640); Blue value is 197 (77.34% from 255 or 30.78% from 640); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0C5 is #142F3A. Grayscale: #D6D6D6. Windows color (decimal): -1322811 or 12964075. OLE color: 12964075.

HSL color Cylindrical-coordinate representation of color #EBD0C5: hue angle of 17.37º 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 #EBD0C5 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB235208197-
CMYK00.110.160.08
HSL17.37º48.72%84.71%-
HSV(B)17.37º16.17%92.16%-
XYZ66.8966.8162.19-
YUV214.82117.95142.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.72%
GREEN value IS 208 (81.64% from 255) = 32.5%
BLUE value IS 197 (77.34% from 255) = 30.78%
R=36.72%
G=32.5%
B=30.78%

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
Decimal23520819700.110.160.0817.3748.7284.71
HexEBD0C50B108113155
Octal35332030501320102161125
Binary11101011110100001100010101011100001000100011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0C5; }

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

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

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

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

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

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

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

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