#EFC7C2

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

Shades of Coral Candy #EFC7C2

Tints of Coral Candy #EFC7C2

Color information

#EFC7C2 (or 0xEFC7C2) is unknown color: approx Coral Candy. HEX triplet: EF, C7 and C2. RGB value is (239,199,194). Sum of RGB (Red+Green+Blue) = 239+199+194=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 199 (78.12% from 255 or 31.49% from 632); Blue value is 194 (76.17% from 255 or 30.70% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7C2 is #10383D. Grayscale: #D2D2D2. Windows color (decimal): -1062974 or 12765167. OLE color: 12765167.

HSL color Cylindrical-coordinate representation of color #EFC7C2: hue angle of 6.67º 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 #EFC7C2 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.06.

Color convert

RGB239199194-
CMYK00.170.190.06
HSL6.67º58.44%84.9%-
HSV(B)6.67º18.83%93.73%-
XYZ65.7663.0959.75-
YUV210.39118.75148.41-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.82%
GREEN value IS 199 (78.12% from 255) = 31.49%
BLUE value IS 194 (76.17% from 255) = 30.70%
R=37.82%
G=31.49%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919919400.170.190.066.6758.4484.9
HexEFC7C201113673a55
Octal357307302021236772125
Binary111011111100011111000010010001100111101111110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC7C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC7C2; }

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

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

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

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

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

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

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

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