Html Css Color HEX #EACFCA Coral Candy

📋 copy color: '#EACFCA'

red 234 ◦ green 207 ◦ blue 202

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

Shades of Coral Candy #EACFCA

Tints of Coral Candy #EACFCA

RGB

 RED value IS 234 (91.8% from 255) = 36.39%

 GREEN value IS 207 (81.25% from 255) = 32.19%

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

R = 36.39%
G = 32.19%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EACFCA (or 0xEACFCA) is known color: Coral Candy. HEX triplet: EA, CF and CA. RGB value is (234,207,202). Sum of RGB (Red+Green+Blue) = 234+207+202=643 (85% of max value = 765). Red value is 234 (91.80% from 255 or 36.39% from 643); Green value is 207 (81.25% from 255 or 32.19% from 643); Blue value is 202 (79.30% from 255 or 31.42% from 643); Max value from RGB is 234 - color contains mainly: red. Hex color #EACFCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACFCA is #153035. Grayscale: #D6D6D6. Windows color (decimal): -1388598 or 13291498. OLE color: 13291498.

HSL color Cylindrical-coordinate representation of color #EACFCA: hue angle of 9.38º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EACFCA is Cyan = 0, Magento = 0.12, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 207 202 -
CMYK 0 0.12 0.14 0.08
HSL 9.38º 0.43% 0.85% -
HSV(B) 9.38º 0.14% 0.92% -
XYZ 66.91 66.38 65.16 -
YUV 214.5 120.95 141.91 -
System Red Green Blue C M Y K H S L
Decimal 234 207 202 0 0.12 0.14 0.08 9.38 0.43 0.85
Hex EA CF CA 0 C E 8 9 2B 55
Octal 352 317 312 0 14 16 10 11 53 125
Binary 11101010 11001111 11001010 0 1100 1110 1000 1001 101011 1010101

Color Harmonies of #EACFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACFCA

Black with #EACFCA

Text Example


Text Example

White with #EACFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACFCA; }

 p { color: rgb(234,207,202); }

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

background-color css

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

 a { background-color: rgb(234,207,202); }

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

border-color css

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

 span { border-color: rgb(234,207,202); }

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