Html Css Color HEX #EDB0AD Sundown

📋 copy color: '#EDB0AD'

red 237 ◦ green 176 ◦ blue 173

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

Shades of Sundown #EDB0AD

Tints of Sundown #EDB0AD

RGB

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

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

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

R = 40.44%
G = 30.03%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#EDB0AD (or 0xEDB0AD) is known color: Sundown. HEX triplet: ED, B0 and AD. RGB value is (237,176,173). Sum of RGB (Red+Green+Blue) = 237+176+173=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 176 (69.14% from 255 or 30.03% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB0AD is #124F52. Grayscale: #C1C1C1. Windows color (decimal): -1199955 or 11383021. OLE color: 11383021.

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

Color convert

RGB 237 176 173 -
CMYK 0 0.26 0.27 0.07
HSL 2.81º 0.64% 0.8% -
HSV(B) 2.81º 0.27% 0.93% -
XYZ 57.99 52.07 46.53 -
YUV 193.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 237 176 173 0 0.26 0.27 0.07 2.81 0.64 0.8
Hex ED B0 AD 0 1A 1B 7 3 40 50
Octal 355 260 255 0 32 33 7 3 100 120
Binary 11101101 10110000 10101101 0 11010 11011 111 11 1000000 1010000

Color Harmonies of #EDB0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB0AD

Black with #EDB0AD

Text Example


Text Example

White with #EDB0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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