Html Css Color HEX #EDA9A9 Sundown

📋 copy color: '#EDA9A9'

red 237 ◦ green 169 ◦ blue 169

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

Shades of Sundown #EDA9A9

Tints of Sundown #EDA9A9

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.39%

 BLUE value IS 169 (66.41% from 255) = 29.39%

R = 41.22%
G = 29.39%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#EDA9A9 (or 0xEDA9A9) is known color: Sundown. HEX triplet: ED, A9 and A9. RGB value is (237,169,169). Sum of RGB (Red+Green+Blue) = 237+169+169=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 169 (66.41% from 255 or 29.39% from 575); Blue value is 169 (66.41% from 255 or 29.39% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA9A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA9A9 is #125656. Grayscale: #BDBDBD. Windows color (decimal): -1201751 or 11119085. OLE color: 11119085.

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

Color convert

RGB 237 169 169 -
CMYK 0 0.29 0.29 0.07
HSL 0.65% 0.8% -
HSV(B) 0.29% 0.93% -
XYZ 56.27 49.25 44.08 -
YUV 189.33 116.53 162 -
System Red Green Blue C M Y K H S L
Decimal 237 169 169 0 0.29 0.29 0.07 0 0.65 0.8
Hex ED A9 A9 0 1D 1D 7 0 41 50
Octal 355 251 251 0 35 35 7 0 101 120
Binary 11101101 10101001 10101001 0 11101 11101 111 0 1000001 1010000

Color Harmonies of #EDA9A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA9A9

Black with #EDA9A9

Text Example


Text Example

White with #EDA9A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA9A9; }

 p { color: rgb(237,169,169); }

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

background-color css

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

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

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

border-color css

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

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

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