#EED5CA

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

Shades of Bizarre #EED5CA

Tints of Bizarre #EED5CA

Color information

#EED5CA (or 0xEED5CA) is unknown color: approx Bizarre. HEX triplet: EE, D5 and CA. RGB value is (238,213,202). Sum of RGB (Red+Green+Blue) = 238+213+202=653 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.45% from 653); Green value is 213 (83.59% from 255 or 32.62% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 238 - color contains mainly: red. Hex color #EED5CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED5CA is #112A35. Grayscale: #DBDBDB. Windows color (decimal): -1124918 or 13293038. OLE color: 13293038.

HSL color Cylindrical-coordinate representation of color #EED5CA: hue angle of 18.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EED5CA is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238213202-
CMYK00.110.150.07
HSL18.33º51.43%86.27%-
HSV(B)18.33º15.13%93.33%-
XYZ69.7170.0365.72-
YUV219.22118.28141.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.45%
GREEN value IS 213 (83.59% from 255) = 32.62%
BLUE value IS 202 (79.30% from 255) = 30.93%
R=36.45%
G=32.62%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821320200.110.150.0718.3351.4386.27
HexEED5CA0BF7123356
Octal3563253120131772263126
Binary111011101101010111001010010111111111100101100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED5CA; }

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

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

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

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

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

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

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

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