Html Css Color HEX #EFD0CA Coral Candy

📋 copy color: '#EFD0CA'

red 239 ◦ green 208 ◦ blue 202

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

Shades of Coral Candy #EFD0CA

Tints of Coral Candy #EFD0CA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.05%

 BLUE value IS 202 (79.3% from 255) = 31.12%

R = 36.83%
G = 32.05%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFD0CA (or 0xEFD0CA) is known color: Coral Candy. HEX triplet: EF, D0 and CA. RGB value is (239,208,202). Sum of RGB (Red+Green+Blue) = 239+208+202=649 (85% of max value = 765). Red value is 239 (93.75% from 255 or 36.83% from 649); Green value is 208 (81.64% from 255 or 32.05% from 649); Blue value is 202 (79.30% from 255 or 31.12% from 649); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD0CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD0CA is #102F35. Grayscale: #D8D8D8. Windows color (decimal): -1060662 or 13291759. OLE color: 13291759.

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

Color convert

RGB 239 208 202 -
CMYK 0 0.13 0.15 0.06
HSL 9.73º 0.54% 0.86% -
HSV(B) 9.73º 0.15% 0.94% -
XYZ 68.81 67.73 65.32 -
YUV 216.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 239 208 202 0 0.13 0.15 0.06 9.73 0.54 0.86
Hex EF D0 CA 0 D F 6 A 36 56
Octal 357 320 312 0 15 17 6 12 66 126
Binary 11101111 11010000 11001010 0 1101 1111 110 1010 110110 1010110

Color Harmonies of #EFD0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD0CA

Black with #EFD0CA

Text Example


Text Example

White with #EFD0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD0CA; }

 p { color: rgb(239,208,202); }

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

background-color css

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

 a { background-color: rgb(239,208,202); }

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

border-color css

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

 span { border-color: rgb(239,208,202); }

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