Html Css Color HEX #EFCDC3 Coral Candy

📋 copy color: '#EFCDC3'

red 239 ◦ green 205 ◦ blue 195

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

Shades of Coral Candy #EFCDC3

Tints of Coral Candy #EFCDC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.52%

R = 37.4%
G = 32.08%
B = 30.52%

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

#EFCDC3 (or 0xEFCDC3) is known color: Coral Candy. HEX triplet: EF, CD and C3. RGB value is (239,205,195). Sum of RGB (Red+Green+Blue) = 239+205+195=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 205 (80.47% from 255 or 32.08% from 639); Blue value is 195 (76.56% from 255 or 30.52% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCDC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCDC3 is #10323C. Grayscale: #D6D6D6. Windows color (decimal): -1061437 or 12832239. OLE color: 12832239.

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

Color convert

RGB 239 205 195 -
CMYK 0 0.14 0.18 0.06
HSL 13.64º 0.58% 0.85% -
HSV(B) 13.64º 0.18% 0.94% -
XYZ 67.28 65.95 60.81 -
YUV 214.03 117.26 145.81 -
System Red Green Blue C M Y K H S L
Decimal 239 205 195 0 0.14 0.18 0.06 13.64 0.58 0.85
Hex EF CD C3 0 E 12 6 E 3A 55
Octal 357 315 303 0 16 22 6 16 72 125
Binary 11101111 11001101 11000011 0 1110 10010 110 1110 111010 1010101

Color Harmonies of #EFCDC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCDC3

Black with #EFCDC3

Text Example


Text Example

White with #EFCDC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCDC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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