Html Css Color HEX #EDAAA8 Sundown

📋 copy color: '#EDAAA8'

red 237 ◦ green 170 ◦ blue 168

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

Shades of Sundown #EDAAA8

Tints of Sundown #EDAAA8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.57%

 BLUE value IS 168 (66.02% from 255) = 29.22%

R = 41.22%
G = 29.57%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EDAAA8 (or 0xEDAAA8) is known color: Sundown. HEX triplet: ED, AA and A8. RGB value is (237,170,168). Sum of RGB (Red+Green+Blue) = 237+170+168=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 168 (66.02% from 255 or 29.22% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAAA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDAAA8 is #125557. Grayscale: #BDBDBD. Windows color (decimal): -1201496 or 11053805. OLE color: 11053805.

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

Color convert

RGB 237 170 168 -
CMYK 0 0.28 0.29 0.07
HSL 1.74º 0.66% 0.79% -
HSV(B) 1.74º 0.29% 0.93% -
XYZ 56.37 49.58 43.65 -
YUV 189.81 115.7 161.66 -
System Red Green Blue C M Y K H S L
Decimal 237 170 168 0 0.28 0.29 0.07 1.74 0.66 0.79
Hex ED AA A8 0 1C 1D 7 2 42 4F
Octal 355 252 250 0 34 35 7 2 102 117
Binary 11101101 10101010 10101000 0 11100 11101 111 10 1000010 1001111

Color Harmonies of #EDAAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAAA8

Black with #EDAAA8

Text Example


Text Example

White with #EDAAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAAA8; }

 p { color: rgb(237,170,168); }

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

background-color css

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

 a { background-color: rgb(237,170,168); }

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

border-color css

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

 span { border-color: rgb(237,170,168); }

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