#EBD5CA

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

Shades of Bizarre #EBD5CA

Tints of Bizarre #EBD5CA

Color information

#EBD5CA (or 0xEBD5CA) is unknown color: approx Bizarre. HEX triplet: EB, D5 and CA. RGB value is (235,213,202). Sum of RGB (Red+Green+Blue) = 235+213+202=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 213 (83.59% from 255 or 32.77% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD5CA is #142A35. Grayscale: #DADADA. Windows color (decimal): -1321526 or 13293035. OLE color: 13293035.

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

Color convert

RGB235213202-
CMYK00.090.140.08
HSL20º45.21%85.69%-
HSV(B)20º14.04%92.16%-
XYZ68.7269.5165.67-
YUV218.32118.79139.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 213 (83.59% from 255) = 32.77%
BLUE value IS 202 (79.30% from 255) = 31.08%
R=36.15%
G=32.77%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521320200.090.140.082045.2185.69
HexEBD5CA09E8142d56
Octal35332531201116102455126
Binary1110101111010101110010100100111101000101001011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD5CA; }

 p { color: rgb(235,213,202); }

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

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

 a { background-color: rgb(235,213,202); }

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

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

 span { border-color: rgb(235,213,202); }

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