Html Css Color HEX #EDA29E Sundown

📋 copy color: '#EDA29E'

red 237 ◦ green 162 ◦ blue 158

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

Shades of Sundown #EDA29E

Tints of Sundown #EDA29E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.08%

 BLUE value IS 158 (62.11% from 255) = 28.37%

R = 42.55%
G = 29.08%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EDA29E (or 0xEDA29E) is known color: Sundown. HEX triplet: ED, A2 and 9E. RGB value is (237,162,158). Sum of RGB (Red+Green+Blue) = 237+162+158=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 162 (63.67% from 255 or 29.08% from 557); Blue value is 158 (62.11% from 255 or 28.37% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA29E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA29E is #125D61. Grayscale: #B8B8B8. Windows color (decimal): -1203554 or 10396397. OLE color: 10396397.

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

Color convert

RGB 237 162 158 -
CMYK 0 0.32 0.33 0.07
HSL 3.04º 0.69% 0.77% -
HSV(B) 3.04º 0.33% 0.93% -
XYZ 54.02 46.31 38.44 -
YUV 183.97 113.35 165.83 -
System Red Green Blue C M Y K H S L
Decimal 237 162 158 0 0.32 0.33 0.07 3.04 0.69 0.77
Hex ED A2 9E 0 20 21 7 3 45 4D
Octal 355 242 236 0 40 41 7 3 105 115
Binary 11101101 10100010 10011110 0 100000 100001 111 11 1000101 1001101

Color Harmonies of #EDA29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA29E

Black with #EDA29E

Text Example


Text Example

White with #EDA29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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