Html Css Color HEX #EDAEA9 Sundown

📋 copy color: '#EDAEA9'

red 237 ◦ green 174 ◦ blue 169

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

Shades of Sundown #EDAEA9

Tints of Sundown #EDAEA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 29.14%

R = 40.86%
G = 30%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EDAEA9 (or 0xEDAEA9) is known color: Sundown. HEX triplet: ED, AE and A9. RGB value is (237,174,169). Sum of RGB (Red+Green+Blue) = 237+174+169=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 169 (66.41% from 255 or 29.14% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAEA9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAEA9 is #125156. Grayscale: #C0C0C0. Windows color (decimal): -1200471 or 11120365. OLE color: 11120365.

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

Color convert

RGB 237 174 169 -
CMYK 0 0.27 0.29 0.07
HSL 4.41º 0.65% 0.8% -
HSV(B) 4.41º 0.29% 0.93% -
XYZ 57.22 51.14 44.39 -
YUV 192.27 114.87 159.91 -
System Red Green Blue C M Y K H S L
Decimal 237 174 169 0 0.27 0.29 0.07 4.41 0.65 0.8
Hex ED AE A9 0 1B 1D 7 4 41 50
Octal 355 256 251 0 33 35 7 4 101 120
Binary 11101101 10101110 10101001 0 11011 11101 111 100 1000001 1010000

Color Harmonies of #EDAEA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAEA9

Black with #EDAEA9

Text Example


Text Example

White with #EDAEA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAEA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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