Html Css Color HEX #EFD2C9 Coral Candy

📋 copy color: '#EFD2C9'

red 239 ◦ green 210 ◦ blue 201

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

Shades of Coral Candy #EFD2C9

Tints of Coral Candy #EFD2C9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.31%

 BLUE value IS 201 (78.91% from 255) = 30.92%

R = 36.77%
G = 32.31%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EFD2C9 (or 0xEFD2C9) is known color: Coral Candy. HEX triplet: EF, D2 and C9. RGB value is (239,210,201). Sum of RGB (Red+Green+Blue) = 239+210+201=650 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.77% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 201 (78.91% from 255 or 30.92% from 650); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2C9 is #102D36. Grayscale: #D9D9D9. Windows color (decimal): -1060151 or 13226735. OLE color: 13226735.

HSL color Cylindrical-coordinate representation of color #EFD2C9: hue angle of 14.21º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFD2C9 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 210 201 -
CMYK 0 0.12 0.16 0.06
HSL 14.21º 0.54% 0.86% -
HSV(B) 14.21º 0.16% 0.94% -
XYZ 69.19 68.66 64.86 -
YUV 217.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 239 210 201 0 0.12 0.16 0.06 14.21 0.54 0.86
Hex EF D2 C9 0 C 10 6 E 36 56
Octal 357 322 311 0 14 20 6 16 66 126
Binary 11101111 11010010 11001001 0 1100 10000 110 1110 110110 1010110

Color Harmonies of #EFD2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD2C9

Black with #EFD2C9

Text Example


Text Example

White with #EFD2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD2C9; }

 p { color: rgb(239,210,201); }

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

background-color css

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

 a { background-color: rgb(239,210,201); }

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

border-color css

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

 span { border-color: rgb(239,210,201); }

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