Html Css Color HEX #EDAEAD Sundown

📋 copy color: '#EDAEAD'

red 237 ◦ green 174 ◦ blue 173

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

Shades of Sundown #EDAEAD

Tints of Sundown #EDAEAD

RGB

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

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

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

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

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

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

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

Color convert

RGB 237 174 173 -
CMYK 0 0.27 0.27 0.07
HSL 0.94º 0.64% 0.8% -
HSV(B) 0.94º 0.27% 0.93% -
XYZ 57.6 51.29 46.4 -
YUV 192.72 116.87 159.58 -
System Red Green Blue C M Y K H S L
Decimal 237 174 173 0 0.27 0.27 0.07 0.94 0.64 0.8
Hex ED AE AD 0 1B 1B 7 1 40 50
Octal 355 256 255 0 33 33 7 1 100 120
Binary 11101101 10101110 10101101 0 11011 11011 111 1 1000000 1010000

Color Harmonies of #EDAEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAEAD

Black with #EDAEAD

Text Example


Text Example

White with #EDAEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAEAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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