#EFD0CB

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

Shades of Coral Candy #EFD0CB

Tints of Coral Candy #EFD0CB

Color information

#EFD0CB (or 0xEFD0CB) is unknown color: approx Coral Candy. HEX triplet: EF, D0 and CB. RGB value is (239,208,203). Sum of RGB (Red+Green+Blue) = 239+208+203=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 208 (81.64% from 255 or 32% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0CB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0CB is #102F34. Grayscale: #D8D8D8. Windows color (decimal): -1060661 or 13357295. OLE color: 13357295.

HSL color Cylindrical-coordinate representation of color #EFD0CB: hue angle of 8.33º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFD0CB is Cyan = 0, Magento = 0.13, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239208203-
CMYK00.130.150.06
HSL8.33º52.94%86.67%-
HSV(B)8.33º15.06%93.73%-
XYZ68.9367.7765.95-
YUV216.7120.27143.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 36.77%
GREEN value IS 208 (81.64% from 255) = 32%
BLUE value IS 203 (79.69% from 255) = 31.23%
R=36.77%
G=32%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920820300.130.150.068.3352.9486.67
HexEFD0CB0DF683557
Octal3573203130151761065127
Binary11101111110100001100101101101111111010001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD0CB; }

 p { color: rgb(239,208,203); }

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

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

 a { background-color: rgb(239,208,203); }

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

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

 span { border-color: rgb(239,208,203); }

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