Html Css Color HEX #EFD2CA Coral Candy

📋 copy color: '#EFD2CA'

red 239 ◦ green 210 ◦ blue 202

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

Shades of Coral Candy #EFD2CA

Tints of Coral Candy #EFD2CA

RGB

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

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

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

R = 36.71%
G = 32.26%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFD2CA (or 0xEFD2CA) is known color: Coral Candy. HEX triplet: EF, D2 and CA. RGB value is (239,210,202). Sum of RGB (Red+Green+Blue) = 239+210+202=651 (86% of max value = 765). Red value is 239 (93.75% from 255 or 36.71% from 651); Green value is 210 (82.42% from 255 or 32.26% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD2CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFD2CA is #102D35. Grayscale: #D9D9D9. Windows color (decimal): -1060150 or 13292271. OLE color: 13292271.

HSL color Cylindrical-coordinate representation of color #EFD2CA: hue angle of 12.97º 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 #EFD2CA is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 210 202 -
CMYK 0 0.12 0.15 0.06
HSL 12.97º 0.54% 0.86% -
HSV(B) 12.97º 0.15% 0.94% -
XYZ 69.3 68.71 65.49 -
YUV 217.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 239 210 202 0 0.12 0.15 0.06 12.97 0.54 0.86
Hex EF D2 CA 0 C F 6 D 36 56
Octal 357 322 312 0 14 17 6 15 66 126
Binary 11101111 11010010 11001010 0 1100 1111 110 1101 110110 1010110

Color Harmonies of #EFD2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFD2CA

Black with #EFD2CA

Text Example


Text Example

White with #EFD2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFD2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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