Html Css Color HEX #EDADAE Pale Chestnut

📋 copy color: '#EDADAE'

red 237 ◦ green 173 ◦ blue 174

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

Shades of Pale Chestnut #EDADAE

Tints of Pale Chestnut #EDADAE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.62%

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

R = 40.58%
G = 29.62%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDADAE (or 0xEDADAE) is known color: Pale Chestnut. HEX triplet: ED, AD and AE. RGB value is (237,173,174). Sum of RGB (Red+Green+Blue) = 237+173+174=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 173 (67.97% from 255 or 29.62% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDADAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDADAE is #125251. Grayscale: #C0C0C0. Windows color (decimal): -1200722 or 11447789. OLE color: 11447789.

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

Color convert

RGB 237 173 174 -
CMYK 0 0.27 0.27 0.07
HSL 359.06º 0.64% 0.8% -
HSV(B) 359.06º 0.27% 0.93% -
XYZ 57.51 50.95 46.85 -
YUV 192.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 237 173 174 0 0.27 0.27 0.07 359.06 0.64 0.8
Hex ED AD AE 0 1B 1B 7 167 40 50
Octal 355 255 256 0 33 33 7 547 100 120
Binary 11101101 10101101 10101110 0 11011 11011 111 101100111 1000000 1010000

Color Harmonies of #EDADAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDADAE

Black with #EDADAE

Text Example


Text Example

White with #EDADAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDADAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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