#EFCBC8

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

Shades of Coral Candy #EFCBC8

Tints of Coral Candy #EFCBC8

Color information

#EFCBC8 (or 0xEFCBC8) is unknown color: approx Coral Candy. HEX triplet: EF, CB and C8. RGB value is (239,203,200). Sum of RGB (Red+Green+Blue) = 239+203+200=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 203 (79.69% from 255 or 31.62% from 642); Blue value is 200 (78.52% from 255 or 31.15% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBC8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBC8 is #103437. Grayscale: #D5D5D5. Windows color (decimal): -1061944 or 13159407. OLE color: 13159407.

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

Color convert

RGB239203200-
CMYK00.150.160.06
HSL4.62º54.93%86.08%-
HSV(B)4.62º16.32%93.73%-
XYZ67.3865.2363.68-
YUV213.42120.43146.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 203 (79.69% from 255) = 31.62%
BLUE value IS 200 (78.52% from 255) = 31.15%
R=37.23%
G=31.62%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920320000.150.160.064.6254.9386.08
HexEFCBC80F10653756
Octal357313310017206567126
Binary11101111110010111100100001111100001101011101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBC8; }

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

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

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

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

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

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

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

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