Html Css Color HEX #EDA4A2 Sundown

📋 copy color: '#EDA4A2'

red 237 ◦ green 164 ◦ blue 162

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

Shades of Sundown #EDA4A2

Tints of Sundown #EDA4A2

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.13%

 BLUE value IS 162 (63.67% from 255) = 28.77%

R = 42.1%
G = 29.13%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#EDA4A2 (or 0xEDA4A2) is known color: Sundown. HEX triplet: ED, A4 and A2. RGB value is (237,164,162). Sum of RGB (Red+Green+Blue) = 237+164+162=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 162 (63.67% from 255 or 28.77% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA4A2 is #125B5D. Grayscale: #B9B9B9. Windows color (decimal): -1203038 or 10659053. OLE color: 10659053.

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

Color convert

RGB 237 164 162 -
CMYK 0 0.31 0.32 0.07
HSL 1.6º 0.68% 0.78% -
HSV(B) 1.6º 0.32% 0.93% -
XYZ 54.72 47.16 40.4 -
YUV 185.6 114.68 164.66 -
System Red Green Blue C M Y K H S L
Decimal 237 164 162 0 0.31 0.32 0.07 1.6 0.68 0.78
Hex ED A4 A2 0 1F 20 7 2 44 4E
Octal 355 244 242 0 37 40 7 2 104 116
Binary 11101101 10100100 10100010 0 11111 100000 111 10 1000100 1001110

Color Harmonies of #EDA4A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA4A2

Black with #EDA4A2

Text Example


Text Example

White with #EDA4A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA4A2; }

 p { color: rgb(237,164,162); }

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

background-color css

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

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

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

border-color css

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

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

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