Html Css Color HEX #EDACAA Sundown

📋 copy color: '#EDACAA'

red 237 ◦ green 172 ◦ blue 170

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

Shades of Sundown #EDACAA

Tints of Sundown #EDACAA

RGB

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

 GREEN value IS 172 (67.58% from 255) = 29.71%

 BLUE value IS 170 (66.8% from 255) = 29.36%

R = 40.93%
G = 29.71%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EDACAA (or 0xEDACAA) is known color: Sundown. HEX triplet: ED, AC and AA. RGB value is (237,172,170). Sum of RGB (Red+Green+Blue) = 237+172+170=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 172 (67.58% from 255 or 29.71% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #EDACAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDACAA is #125355. Grayscale: #BFBFBF. Windows color (decimal): -1200982 or 11185389. OLE color: 11185389.

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

Color convert

RGB 237 172 170 -
CMYK 0 0.27 0.28 0.07
HSL 1.79º 0.65% 0.8% -
HSV(B) 1.79º 0.28% 0.93% -
XYZ 56.93 50.41 44.76 -
YUV 191.21 116.03 160.66 -
System Red Green Blue C M Y K H S L
Decimal 237 172 170 0 0.27 0.28 0.07 1.79 0.65 0.8
Hex ED AC AA 0 1B 1C 7 2 41 50
Octal 355 254 252 0 33 34 7 2 101 120
Binary 11101101 10101100 10101010 0 11011 11100 111 10 1000001 1010000

Color Harmonies of #EDACAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDACAA

Black with #EDACAA

Text Example


Text Example

White with #EDACAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDACAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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