Html Css Color HEX #EACBC6 Coral Candy

📋 copy color: '#EACBC6'

red 234 ◦ green 203 ◦ blue 198

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

Shades of Coral Candy #EACBC6

Tints of Coral Candy #EACBC6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.97%

 BLUE value IS 198 (77.73% from 255) = 31.18%

R = 36.85%
G = 31.97%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EACBC6 (or 0xEACBC6) is known color: Coral Candy. HEX triplet: EA, CB and C6. RGB value is (234,203,198). Sum of RGB (Red+Green+Blue) = 234+203+198=635 (84% of max value = 765). Red value is 234 (91.80% from 255 or 36.85% from 635); Green value is 203 (79.69% from 255 or 31.97% from 635); Blue value is 198 (77.73% from 255 or 31.18% from 635); Max value from RGB is 234 - color contains mainly: red. Hex color #EACBC6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EACBC6 is #153439. Grayscale: #D3D3D3. Windows color (decimal): -1389626 or 13028330. OLE color: 13028330.

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

Color convert

RGB 234 203 198 -
CMYK 0 0.13 0.15 0.08
HSL 8.33º 0.46% 0.85% -
HSV(B) 8.33º 0.15% 0.92% -
XYZ 65.48 64.28 62.38 -
YUV 211.7 120.27 143.91 -
System Red Green Blue C M Y K H S L
Decimal 234 203 198 0 0.13 0.15 0.08 8.33 0.46 0.85
Hex EA CB C6 0 D F 8 8 2E 55
Octal 352 313 306 0 15 17 10 10 56 125
Binary 11101010 11001011 11000110 0 1101 1111 1000 1000 101110 1010101

Color Harmonies of #EACBC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACBC6

Black with #EACBC6

Text Example


Text Example

White with #EACBC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACBC6; }

 p { color: rgb(234,203,198); }

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

background-color css

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

 a { background-color: rgb(234,203,198); }

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

border-color css

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

 span { border-color: rgb(234,203,198); }

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