Html Css Color HEX #EDA5AE Pale Chestnut

📋 copy color: '#EDA5AE'

red 237 ◦ green 165 ◦ blue 174

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

Shades of Pale Chestnut #EDA5AE

Tints of Pale Chestnut #EDA5AE

RGB

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

 GREEN value IS 165 (64.84% from 255) = 28.65%

 BLUE value IS 174 (68.36% from 255) = 30.21%

R = 41.15%
G = 28.65%
B = 30.21%

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

#EDA5AE (or 0xEDA5AE) is known color: Pale Chestnut. HEX triplet: ED, A5 and AE. RGB value is (237,165,174). Sum of RGB (Red+Green+Blue) = 237+165+174=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 165 (64.84% from 255 or 28.65% from 576); Blue value is 174 (68.36% from 255 or 30.21% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA5AE is #125A51. Grayscale: #BBBBBB. Windows color (decimal): -1202770 or 11445741. OLE color: 11445741.

HSL color Cylindrical-coordinate representation of color #EDA5AE: hue angle of 352.5º degrees, saturation: 0.67, 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 #EDA5AE is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 165 174 -
CMYK 0 0.30 0.27 0.07
HSL 352.5º 0.67% 0.79% -
HSV(B) 352.5º 0.3% 0.93% -
XYZ 56.02 47.97 46.35 -
YUV 187.55 120.35 163.27 -
System Red Green Blue C M Y K H S L
Decimal 237 165 174 0 0.30 0.27 0.07 352.5 0.67 0.79
Hex ED A5 AE 0 1E 1B 7 160 43 4F
Octal 355 245 256 0 36 33 7 540 103 117
Binary 11101101 10100101 10101110 0 11110 11011 111 101100000 1000011 1001111

Color Harmonies of #EDA5AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA5AE

Black with #EDA5AE

Text Example


Text Example

White with #EDA5AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA5AE; }

 p { color: rgb(237,165,174); }

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

background-color css

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

 a { background-color: rgb(237,165,174); }

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

border-color css

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

 span { border-color: rgb(237,165,174); }

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