#EBD0CA

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

Shades of Coral Candy #EBD0CA

Tints of Coral Candy #EBD0CA

Color information

#EBD0CA (or 0xEBD0CA) is unknown color: approx Coral Candy. HEX triplet: EB, D0 and CA. RGB value is (235,208,202). Sum of RGB (Red+Green+Blue) = 235+208+202=645 (85% of max value = 765). Red value is 235 (92.19% from 255 or 36.43% from 645); Green value is 208 (81.64% from 255 or 32.25% from 645); Blue value is 202 (79.30% from 255 or 31.32% from 645); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBD0CA is #142F35. Grayscale: #D7D7D7. Windows color (decimal): -1322806 or 13291755. OLE color: 13291755.

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

Color convert

RGB235208202-
CMYK00.110.140.08
HSL10.91º45.21%85.69%-
HSV(B)10.91º14.04%92.16%-
XYZ67.4867.0465.26-
YUV215.39120.45141.99-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.43%
GREEN value IS 208 (81.64% from 255) = 32.25%
BLUE value IS 202 (79.30% from 255) = 31.32%
R=36.43%
G=32.25%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23520820200.110.140.0810.9145.2185.69
HexEBD0CA0BE8b2d56
Octal35332031201316101355126
Binary111010111101000011001010010111110100010111011011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD0CA; }

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

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

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

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

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

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

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

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