Html Css Color HEX #EDC9C5 Coral Candy

📋 copy color: '#EDC9C5'

red 237 ◦ green 201 ◦ blue 197

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

Shades of Coral Candy #EDC9C5

Tints of Coral Candy #EDC9C5

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.65%

 BLUE value IS 197 (77.34% from 255) = 31.02%

R = 37.32%
G = 31.65%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#EDC9C5 (or 0xEDC9C5) is known color: Coral Candy. HEX triplet: ED, C9 and C5. RGB value is (237,201,197). Sum of RGB (Red+Green+Blue) = 237+201+197=635 (84% of max value = 765). Red value is 237 (92.97% from 255 or 37.32% from 635); Green value is 201 (78.91% from 255 or 31.65% from 635); Blue value is 197 (77.34% from 255 or 31.02% from 635); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9C5 is #12363A. Grayscale: #D3D3D3. Windows color (decimal): -1193531 or 12962285. OLE color: 12962285.

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

Color convert

RGB 237 201 197 -
CMYK 0 0.15 0.17 0.07
HSL 0.53% 0.85% -
HSV(B) 0.17% 0.93% -
XYZ 65.89 63.81 61.67 -
YUV 211.31 119.93 146.33 -
System Red Green Blue C M Y K H S L
Decimal 237 201 197 0 0.15 0.17 0.07 6 0.53 0.85
Hex ED C9 C5 0 F 11 7 6 35 55
Octal 355 311 305 0 17 21 7 6 65 125
Binary 11101101 11001001 11000101 0 1111 10001 111 110 110101 1010101

Color Harmonies of #EDC9C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC9C5

Black with #EDC9C5

Text Example


Text Example

White with #EDC9C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC9C5; }

 p { color: rgb(237,201,197); }

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

background-color css

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

 a { background-color: rgb(237,201,197); }

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

border-color css

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

 span { border-color: rgb(237,201,197); }

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