#EFC7C4

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

Shades of Coral Candy #EFC7C4

Tints of Coral Candy #EFC7C4

Color information

#EFC7C4 (or 0xEFC7C4) is unknown color: approx Coral Candy. HEX triplet: EF, C7 and C4. RGB value is (239,199,196). Sum of RGB (Red+Green+Blue) = 239+199+196=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 196 (76.95% from 255 or 30.91% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC7C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC7C4 is #10383B. Grayscale: #D2D2D2. Windows color (decimal): -1062972 or 12896239. OLE color: 12896239.

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

Color convert

RGB239199196-
CMYK00.170.180.06
HSL4.19º57.33%85.29%-
HSV(B)4.19º17.99%93.73%-
XYZ65.9863.1860.94-
YUV210.62119.75148.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.70%
GREEN value IS 199 (78.12% from 255) = 31.39%
BLUE value IS 196 (76.95% from 255) = 30.91%
R=37.70%
G=31.39%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919919600.170.180.064.1957.3385.29
HexEFC7C401112643955
Octal357307304021226471125
Binary111011111100011111000100010001100101101001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC7C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC7C4; }

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

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

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

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

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

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

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

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