#EFCBC6

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

Shades of Coral Candy #EFCBC6

Tints of Coral Candy #EFCBC6

Color information

#EFCBC6 (or 0xEFCBC6) is unknown color: approx Coral Candy. HEX triplet: EF, CB and C6. RGB value is (239,203,198). Sum of RGB (Red+Green+Blue) = 239+203+198=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 203 (79.69% from 255 or 31.72% from 640); Blue value is 198 (77.73% from 255 or 30.94% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBC6 is #103439. Grayscale: #D5D5D5. Windows color (decimal): -1061946 or 13028335. OLE color: 13028335.

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

Color convert

RGB239203198-
CMYK00.150.170.06
HSL7.32º56.16%85.69%-
HSV(B)7.32º17.15%93.73%-
XYZ67.1565.1462.46-
YUV213.19119.43146.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.34%
GREEN value IS 203 (79.69% from 255) = 31.72%
BLUE value IS 198 (77.73% from 255) = 30.94%
R=37.34%
G=31.72%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920319800.150.170.067.3256.1685.69
HexEFCBC60F11673856
Octal357313306017216770126
Binary11101111110010111100011001111100011101111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBC6; }

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

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

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

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

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

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

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

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