Html Css Color HEX #EFCAC4 Coral Candy

📋 copy color: '#EFCAC4'

red 239 ◦ green 202 ◦ blue 196

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

Shades of Coral Candy #EFCAC4

Tints of Coral Candy #EFCAC4

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.71%

 BLUE value IS 196 (76.95% from 255) = 30.77%

R = 37.52%
G = 31.71%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFCAC4 (or 0xEFCAC4) is known color: Coral Candy. HEX triplet: EF, CA and C4. RGB value is (239,202,196). Sum of RGB (Red+Green+Blue) = 239+202+196=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 202 (79.30% from 255 or 31.71% from 637); Blue value is 196 (76.95% from 255 or 30.77% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCAC4 is #10353B. Grayscale: #D4D4D4. Windows color (decimal): -1062204 or 12897007. OLE color: 12897007.

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

Color convert

RGB 239 202 196 -
CMYK 0 0.15 0.18 0.06
HSL 8.37º 0.57% 0.85% -
HSV(B) 8.37º 0.18% 0.94% -
XYZ 66.68 64.58 61.17 -
YUV 212.38 118.76 146.99 -
System Red Green Blue C M Y K H S L
Decimal 239 202 196 0 0.15 0.18 0.06 8.37 0.57 0.85
Hex EF CA C4 0 F 12 6 8 39 55
Octal 357 312 304 0 17 22 6 10 71 125
Binary 11101111 11001010 11000100 0 1111 10010 110 1000 111001 1010101

Color Harmonies of #EFCAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCAC4

Black with #EFCAC4

Text Example


Text Example

White with #EFCAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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