Html Css Color HEX #EDB0AA Sundown

📋 copy color: '#EDB0AA'

red 237 ◦ green 176 ◦ blue 170

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

Shades of Sundown #EDB0AA

Tints of Sundown #EDB0AA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 30.19%

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

R = 40.65%
G = 30.19%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EDB0AA (or 0xEDB0AA) is known color: Sundown. HEX triplet: ED, B0 and AA. RGB value is (237,176,170). Sum of RGB (Red+Green+Blue) = 237+176+170=583 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.65% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB0AA is #124F55. Grayscale: #C1C1C1. Windows color (decimal): -1199958 or 11186413. OLE color: 11186413.

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

Color convert

RGB 237 176 170 -
CMYK 0 0.26 0.28 0.07
HSL 5.37º 0.65% 0.8% -
HSV(B) 5.37º 0.28% 0.93% -
XYZ 57.71 51.96 45.02 -
YUV 193.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 237 176 170 0 0.26 0.28 0.07 5.37 0.65 0.8
Hex ED B0 AA 0 1A 1C 7 5 41 50
Octal 355 260 252 0 32 34 7 5 101 120
Binary 11101101 10110000 10101010 0 11010 11100 111 101 1000001 1010000

Color Harmonies of #EDB0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB0AA

Black with #EDB0AA

Text Example


Text Example

White with #EDB0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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