Html Css Color HEX #EDC8C2 Coral Candy

📋 copy color: '#EDC8C2'

red 237 ◦ green 200 ◦ blue 194

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

Shades of Coral Candy #EDC8C2

Tints of Coral Candy #EDC8C2

RGB

 RED value IS 237 (92.97% from 255) = 37.56%

 GREEN value IS 200 (78.52% from 255) = 31.7%

 BLUE value IS 194 (76.17% from 255) = 30.74%

R = 37.56%
G = 31.7%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#EDC8C2 (or 0xEDC8C2) is known color: Coral Candy. HEX triplet: ED, C8 and C2. RGB value is (237,200,194). Sum of RGB (Red+Green+Blue) = 237+200+194=631 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.56% from 631); Green value is 200 (78.52% from 255 or 31.70% from 631); Blue value is 194 (76.17% from 255 or 30.74% from 631); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC8C2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC8C2 is #12373D. Grayscale: #D2D2D2. Windows color (decimal): -1193790 or 12765421. OLE color: 12765421.

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

Color convert

RGB 237 200 194 -
CMYK 0 0.16 0.18 0.07
HSL 8.37º 0.54% 0.85% -
HSV(B) 8.37º 0.18% 0.93% -
XYZ 65.32 63.21 59.8 -
YUV 210.38 118.76 146.99 -
System Red Green Blue C M Y K H S L
Decimal 237 200 194 0 0.16 0.18 0.07 8.37 0.54 0.85
Hex ED C8 C2 0 10 12 7 8 36 55
Octal 355 310 302 0 20 22 7 10 66 125
Binary 11101101 11001000 11000010 0 10000 10010 111 1000 110110 1010101

Color Harmonies of #EDC8C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC8C2

Black with #EDC8C2

Text Example


Text Example

White with #EDC8C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC8C2; }

 p { color: rgb(237,200,194); }

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

background-color css

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

 a { background-color: rgb(237,200,194); }

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

border-color css

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

 span { border-color: rgb(237,200,194); }

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