Html Css Color HEX #EDA8A5 Sundown

📋 copy color: '#EDA8A5'

red 237 ◦ green 168 ◦ blue 165

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

Shades of Sundown #EDA8A5

Tints of Sundown #EDA8A5

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.47%

 BLUE value IS 165 (64.84% from 255) = 28.95%

R = 41.58%
G = 29.47%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EDA8A5 (or 0xEDA8A5) is known color: Sundown. HEX triplet: ED, A8 and A5. RGB value is (237,168,165). Sum of RGB (Red+Green+Blue) = 237+168+165=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 168 (66.02% from 255 or 29.47% from 570); Blue value is 165 (64.84% from 255 or 28.95% from 570); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA8A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA8A5 is #12575A. Grayscale: #BCBCBC. Windows color (decimal): -1202011 or 10856685. OLE color: 10856685.

HSL color Cylindrical-coordinate representation of color #EDA8A5: hue angle of 2.5º degrees, saturation: 0.67, 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 #EDA8A5 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 168 165 -
CMYK 0 0.29 0.30 0.07
HSL 2.5º 0.67% 0.79% -
HSV(B) 2.5º 0.3% 0.93% -
XYZ 55.72 48.73 42.07 -
YUV 188.29 114.86 162.74 -
System Red Green Blue C M Y K H S L
Decimal 237 168 165 0 0.29 0.30 0.07 2.5 0.67 0.79
Hex ED A8 A5 0 1D 1E 7 2 43 4F
Octal 355 250 245 0 35 36 7 2 103 117
Binary 11101101 10101000 10100101 0 11101 11110 111 10 1000011 1001111

Color Harmonies of #EDA8A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA8A5

Black with #EDA8A5

Text Example


Text Example

White with #EDA8A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA8A5; }

 p { color: rgb(237,168,165); }

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

background-color css

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

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

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

border-color css

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

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

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