Html Css Color HEX #EDB1AB Sundown

📋 copy color: '#EDB1AB'

red 237 ◦ green 177 ◦ blue 171

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

Shades of Sundown #EDB1AB

Tints of Sundown #EDB1AB

RGB

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

 GREEN value IS 177 (69.53% from 255) = 30.26%

 BLUE value IS 171 (67.19% from 255) = 29.23%

R = 40.51%
G = 30.26%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#EDB1AB (or 0xEDB1AB) is known color: Sundown. HEX triplet: ED, B1 and AB. RGB value is (237,177,171). Sum of RGB (Red+Green+Blue) = 237+177+171=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 177 (69.53% from 255 or 30.26% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB1AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDB1AB is #124E54. Grayscale: #C2C2C2. Windows color (decimal): -1199701 or 11252205. OLE color: 11252205.

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

Color convert

RGB 237 177 171 -
CMYK 0 0.25 0.28 0.07
HSL 5.45º 0.65% 0.8% -
HSV(B) 5.45º 0.28% 0.93% -
XYZ 58 52.39 45.58 -
YUV 194.26 114.88 158.49 -
System Red Green Blue C M Y K H S L
Decimal 237 177 171 0 0.25 0.28 0.07 5.45 0.65 0.8
Hex ED B1 AB 0 19 1C 7 5 41 50
Octal 355 261 253 0 31 34 7 5 101 120
Binary 11101101 10110001 10101011 0 11001 11100 111 101 1000001 1010000

Color Harmonies of #EDB1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDB1AB

Black with #EDB1AB

Text Example


Text Example

White with #EDB1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDB1AB; }

 p { color: rgb(237,177,171); }

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

background-color css

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

 a { background-color: rgb(237,177,171); }

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

border-color css

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

 span { border-color: rgb(237,177,171); }

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