#EFCBC2

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

Shades of Coral Candy #EFCBC2

Tints of Coral Candy #EFCBC2

Color information

#EFCBC2 (or 0xEFCBC2) is unknown color: approx Coral Candy. HEX triplet: EF, CB and C2. RGB value is (239,203,194). Sum of RGB (Red+Green+Blue) = 239+203+194=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 203 (79.69% from 255 or 31.92% from 636); Blue value is 194 (76.17% from 255 or 30.50% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCBC2 is #10343D. Grayscale: #D4D4D4. Windows color (decimal): -1061950 or 12766191. OLE color: 12766191.

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

Color convert

RGB239203194-
CMYK00.150.190.06
HSL12º58.44%84.9%-
HSV(B)12º18.83%93.73%-
XYZ66.6964.9660.06-
YUV212.74117.43146.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.58%
GREEN value IS 203 (79.69% from 255) = 31.92%
BLUE value IS 194 (76.17% from 255) = 30.50%
R=37.58%
G=31.92%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920319400.150.190.061258.4484.9
HexEFCBC20F136c3a55
Octal3573133020172361472125
Binary111011111100101111000010011111001111011001110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFCBC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFCBC2; }

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

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

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

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

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

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

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

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