Html Css Color HEX #EDC9C4 Coral Candy

📋 copy color: '#EDC9C4'

red 237 ◦ green 201 ◦ blue 196

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

Shades of Coral Candy #EDC9C4

Tints of Coral Candy #EDC9C4

RGB

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

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

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

R = 37.38%
G = 31.7%
B = 30.91%

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

#EDC9C4 (or 0xEDC9C4) is known color: Coral Candy. HEX triplet: ED, C9 and C4. RGB value is (237,201,196). Sum of RGB (Red+Green+Blue) = 237+201+196=634 (83% of max value = 765). Red value is 237 (92.97% from 255 or 37.38% from 634); Green value is 201 (78.91% from 255 or 31.70% from 634); Blue value is 196 (76.95% from 255 or 30.91% from 634); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC9C4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDC9C4 is #12363B. Grayscale: #D3D3D3. Windows color (decimal): -1193532 or 12896749. OLE color: 12896749.

HSL color Cylindrical-coordinate representation of color #EDC9C4: hue angle of 7.32º 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 #EDC9C4 is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 201 196 -
CMYK 0 0.15 0.17 0.07
HSL 7.32º 0.53% 0.85% -
HSV(B) 7.32º 0.17% 0.93% -
XYZ 65.78 63.76 61.07 -
YUV 211.19 119.43 146.41 -
System Red Green Blue C M Y K H S L
Decimal 237 201 196 0 0.15 0.17 0.07 7.32 0.53 0.85
Hex ED C9 C4 0 F 11 7 7 35 55
Octal 355 311 304 0 17 21 7 7 65 125
Binary 11101101 11001001 11000100 0 1111 10001 111 111 110101 1010101

Color Harmonies of #EDC9C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC9C4

Black with #EDC9C4

Text Example


Text Example

White with #EDC9C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC9C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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