Html Css Color HEX #EFCDC4 Coral Candy

📋 copy color: '#EFCDC4'

red 239 ◦ green 205 ◦ blue 196

#EFCDC4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Candy #EFCDC4

Tints of Coral Candy #EFCDC4

RGB

 RED value IS 239 (93.75% from 255) = 37.34%

 GREEN value IS 205 (80.47% from 255) = 32.03%

 BLUE value IS 196 (76.95% from 255) = 30.63%

R = 37.34%
G = 32.03%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFCDC4 (or 0xEFCDC4) is known color: Coral Candy. HEX triplet: EF, CD and C4. RGB value is (239,205,196). Sum of RGB (Red+Green+Blue) = 239+205+196=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 196 (76.95% from 255 or 30.62% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDC4 is #10323B. Grayscale: #D6D6D6. Windows color (decimal): -1061436 or 12897775. OLE color: 12897775.

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

Color convert

RGB 239 205 196 -
CMYK 0 0.14 0.18 0.06
HSL 12.56º 0.57% 0.85% -
HSV(B) 12.56º 0.18% 0.94% -
XYZ 67.39 66 61.41 -
YUV 214.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 239 205 196 0 0.14 0.18 0.06 12.56 0.57 0.85
Hex EF CD C4 0 E 12 6 D 39 55
Octal 357 315 304 0 16 22 6 15 71 125
Binary 11101111 11001101 11000100 0 1110 10010 110 1101 111001 1010101

Color Harmonies of #EFCDC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDC4

Black with #EFCDC4

Text Example


Text Example

White with #EFCDC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDC4; }

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

 H1.HeaderClassName
 {
   color: #EFCDC4;
 }
 .AnyTagClassName
 {
   color: #EFCDC4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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