#EED2CA

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

Shades of Coral Candy #EED2CA

Tints of Coral Candy #EED2CA

Color information

#EED2CA (or 0xEED2CA) is unknown color: approx Coral Candy. HEX triplet: EE, D2 and CA. RGB value is (238,210,202). Sum of RGB (Red+Green+Blue) = 238+210+202=650 (86% of max value = 765). Red value is 238 (93.36% from 255 or 36.62% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 202 (79.30% from 255 or 31.08% from 650); Max value from RGB is 238 - color contains mainly: red. Hex color #EED2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EED2CA is #112D35. Grayscale: #D9D9D9. Windows color (decimal): -1125686 or 13292270. OLE color: 13292270.

HSL color Cylindrical-coordinate representation of color #EED2CA: hue angle of 13.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 #EED2CA is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB238210202-
CMYK00.120.150.07
HSL13.33º51.43%86.27%-
HSV(B)13.33º15.13%93.33%-
XYZ68.9768.5365.47-
YUV217.46119.28142.65-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 36.62%
GREEN value IS 210 (82.42% from 255) = 32.31%
BLUE value IS 202 (79.30% from 255) = 31.08%
R=36.62%
G=32.31%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821020200.120.150.0713.3351.4386.27
HexEED2CA0CF7d3356
Octal3563223120141771563126
Binary11101110110100101100101001100111111111011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED2CA; }

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

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

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

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

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

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

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

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