#EFCBC5

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

Shades of Coral Candy #EFCBC5

Tints of Coral Candy #EFCBC5

Color information

#EFCBC5 (or 0xEFCBC5) is unknown color: approx Coral Candy. HEX triplet: EF, CB and C5. RGB value is (239,203,197). Sum of RGB (Red+Green+Blue) = 239+203+197=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 197 (77.34% from 255 or 30.83% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBC5 is #10343A. Grayscale: #D5D5D5. Windows color (decimal): -1061947 or 12962799. OLE color: 12962799.

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

Color convert

RGB239203197-
CMYK00.150.180.06
HSL8.57º56.76%85.49%-
HSV(B)8.57º17.57%93.73%-
XYZ67.0365.0961.85-
YUV213.08118.93146.49-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.40%
GREEN value IS 203 (79.69% from 255) = 31.77%
BLUE value IS 197 (77.34% from 255) = 30.83%
R=37.40%
G=31.77%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920319700.150.180.068.5756.7685.49
HexEFCBC50F12693955
Octal3573133050172261171125
Binary111011111100101111000101011111001011010011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBC5; }

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

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

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

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

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

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

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

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