Html Css Color HEX #EFD4CE Coral Candy

📋 copy color: '#EFD4CE'

red 239 ◦ green 212 ◦ blue 206

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

Shades of Coral Candy #EFD4CE

Tints of Coral Candy #EFD4CE

RGB

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

 GREEN value IS 212 (83.2% from 255) = 32.27%

 BLUE value IS 206 (80.86% from 255) = 31.35%

R = 36.38%
G = 32.27%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#EFD4CE (or 0xEFD4CE) is known color: Coral Candy. HEX triplet: EF, D4 and CE. RGB value is (239,212,206). Sum of RGB (Red+Green+Blue) = 239+212+206=657 (87% of max value = 765). Red value is 239 (93.75% from 255 or 36.38% from 657); Green value is 212 (83.20% from 255 or 32.27% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD4CE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD4CE is #102B31. Grayscale: #DBDBDB. Windows color (decimal): -1059634 or 13554927. OLE color: 13554927.

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

Color convert

RGB 239 212 206 -
CMYK 0 0.11 0.14 0.06
HSL 10.91º 0.51% 0.87% -
HSV(B) 10.91º 0.14% 0.94% -
XYZ 70.28 69.89 68.18 -
YUV 219.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 239 212 206 0 0.11 0.14 0.06 10.91 0.51 0.87
Hex EF D4 CE 0 B E 6 B 33 57
Octal 357 324 316 0 13 16 6 13 63 127
Binary 11101111 11010100 11001110 0 1011 1110 110 1011 110011 1010111

Color Harmonies of #EFD4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD4CE

Black with #EFD4CE

Text Example


Text Example

White with #EFD4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD4CE; }

 p { color: rgb(239,212,206); }

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

background-color css

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

 a { background-color: rgb(239,212,206); }

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

border-color css

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

 span { border-color: rgb(239,212,206); }

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