Html Css Color HEX #EDA7AC Pale Chestnut

📋 copy color: '#EDA7AC'

red 237 ◦ green 167 ◦ blue 172

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

Shades of Pale Chestnut #EDA7AC

Tints of Pale Chestnut #EDA7AC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.99%

 BLUE value IS 172 (67.58% from 255) = 29.86%

R = 41.15%
G = 28.99%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDA7AC (or 0xEDA7AC) is known color: Pale Chestnut. HEX triplet: ED, A7 and AC. RGB value is (237,167,172). Sum of RGB (Red+Green+Blue) = 237+167+172=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 167 (65.62% from 255 or 28.99% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA7AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA7AC is #125853. Grayscale: #BCBCBC. Windows color (decimal): -1202260 or 11315181. OLE color: 11315181.

HSL color Cylindrical-coordinate representation of color #EDA7AC: hue angle of 355.71º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA7AC is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 167 172 -
CMYK 0 0.30 0.27 0.07
HSL 355.71º 0.66% 0.79% -
HSV(B) 355.71º 0.3% 0.93% -
XYZ 56.19 48.62 45.45 -
YUV 188.5 118.69 162.59 -
System Red Green Blue C M Y K H S L
Decimal 237 167 172 0 0.30 0.27 0.07 355.71 0.66 0.79
Hex ED A7 AC 0 1E 1B 7 164 42 4F
Octal 355 247 254 0 36 33 7 544 102 117
Binary 11101101 10100111 10101100 0 11110 11011 111 101100100 1000010 1001111

Color Harmonies of #EDA7AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA7AC

Black with #EDA7AC

Text Example


Text Example

White with #EDA7AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA7AC; }

 p { color: rgb(237,167,172); }

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

background-color css

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

 a { background-color: rgb(237,167,172); }

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

border-color css

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

 span { border-color: rgb(237,167,172); }

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