Html Css Color HEX #EFD5CF Coral Candy

📋 copy color: '#EFD5CF'

red 239 ◦ green 213 ◦ blue 207

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

Shades of Coral Candy #EFD5CF

Tints of Coral Candy #EFD5CF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 32.32%

 BLUE value IS 207 (81.25% from 255) = 31.41%

R = 36.27%
G = 32.32%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#EFD5CF (or 0xEFD5CF) is known color: Coral Candy. HEX triplet: EF, D5 and CF. RGB value is (239,213,207). Sum of RGB (Red+Green+Blue) = 239+213+207=659 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.27% from 659); Green value is 213 (83.59% from 255 or 32.32% from 659); Blue value is 207 (81.25% from 255 or 31.41% from 659); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD5CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD5CF is #102A30. Grayscale: #DCDCDC. Windows color (decimal): -1059377 or 13620719. OLE color: 13620719.

HSL color Cylindrical-coordinate representation of color #EFD5CF: hue angle of 11.25º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EFD5CF is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 213 207 -
CMYK 0 0.11 0.13 0.06
HSL 11.25º 0.5% 0.87% -
HSV(B) 11.25º 0.13% 0.94% -
XYZ 70.65 70.44 68.9 -
YUV 220.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 239 213 207 0 0.11 0.13 0.06 11.25 0.5 0.87
Hex EF D5 CF 0 B D 6 B 32 57
Octal 357 325 317 0 13 15 6 13 62 127
Binary 11101111 11010101 11001111 0 1011 1101 110 1011 110010 1010111

Color Harmonies of #EFD5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD5CF

Black with #EFD5CF

Text Example


Text Example

White with #EFD5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD5CF; }

 p { color: rgb(239,213,207); }

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

background-color css

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

 a { background-color: rgb(239,213,207); }

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

border-color css

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

 span { border-color: rgb(239,213,207); }

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