Html Css Color HEX #EDB0AC Sundown

📋 copy color: '#EDB0AC'

red 237 ◦ green 176 ◦ blue 172

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

Shades of Sundown #EDB0AC

Tints of Sundown #EDB0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.4%

R = 40.51%
G = 30.09%
B = 29.4%

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

#EDB0AC (or 0xEDB0AC) is known color: Sundown. HEX triplet: ED, B0 and AC. RGB value is (237,176,172). Sum of RGB (Red+Green+Blue) = 237+176+172=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB0AC is #124F53. Grayscale: #C1C1C1. Windows color (decimal): -1199956 or 11317485. OLE color: 11317485.

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

Color convert

RGB 237 176 172 -
CMYK 0 0.26 0.27 0.07
HSL 3.69º 0.64% 0.8% -
HSV(B) 3.69º 0.27% 0.93% -
XYZ 57.9 52.03 46.02 -
YUV 193.78 115.71 158.83 -
System Red Green Blue C M Y K H S L
Decimal 237 176 172 0 0.26 0.27 0.07 3.69 0.64 0.8
Hex ED B0 AC 0 1A 1B 7 4 40 50
Octal 355 260 254 0 32 33 7 4 100 120
Binary 11101101 10110000 10101100 0 11010 11011 111 100 1000000 1010000

Color Harmonies of #EDB0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB0AC

Black with #EDB0AC

Text Example


Text Example

White with #EDB0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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