Html Css Color HEX #EDA6A6 Sundown

📋 copy color: '#EDA6A6'

red 237 ◦ green 166 ◦ blue 166

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

Shades of Sundown #EDA6A6

Tints of Sundown #EDA6A6

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.17%

 BLUE value IS 166 (65.23% from 255) = 29.17%

R = 41.65%
G = 29.17%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EDA6A6 (or 0xEDA6A6) is known color: Sundown. HEX triplet: ED, A6 and A6. RGB value is (237,166,166). Sum of RGB (Red+Green+Blue) = 237+166+166=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 166 (65.23% from 255 or 29.17% from 569); Blue value is 166 (65.23% from 255 or 29.17% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA6A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA6A6 is #125959. Grayscale: #BBBBBB. Windows color (decimal): -1202522 or 10921709. OLE color: 10921709.

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

Color convert

RGB 237 166 166 -
CMYK 0 0.30 0.30 0.07
HSL 0.66% 0.79% -
HSV(B) 0.3% 0.93% -
XYZ 55.44 48.03 42.42 -
YUV 187.23 116.02 163.5 -
System Red Green Blue C M Y K H S L
Decimal 237 166 166 0 0.30 0.30 0.07 0 0.66 0.79
Hex ED A6 A6 0 1E 1E 7 0 42 4F
Octal 355 246 246 0 36 36 7 0 102 117
Binary 11101101 10100110 10100110 0 11110 11110 111 0 1000010 1001111

Color Harmonies of #EDA6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA6A6

Black with #EDA6A6

Text Example


Text Example

White with #EDA6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA6A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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