Html Css Color HEX #EDA09F Sundown

📋 copy color: '#EDA09F'

red 237 ◦ green 160 ◦ blue 159

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

Shades of Sundown #EDA09F

Tints of Sundown #EDA09F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 28.78%

 BLUE value IS 159 (62.5% from 255) = 28.6%

R = 42.63%
G = 28.78%
B = 28.6%

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

#EDA09F (or 0xEDA09F) is known color: Sundown. HEX triplet: ED, A0 and 9F. RGB value is (237,160,159). Sum of RGB (Red+Green+Blue) = 237+160+159=556 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.63% from 556); Green value is 160 (62.89% from 255 or 28.78% from 556); Blue value is 159 (62.5% from 255 or 28.60% from 556); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA09F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EDA09F is #125F60. Grayscale: #B6B6B6. Windows color (decimal): -1204065 or 10461421. OLE color: 10461421.

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

Color convert

RGB 237 160 159 -
CMYK 0 0.32 0.33 0.07
HSL 0.77º 0.68% 0.78% -
HSV(B) 0.77º 0.33% 0.93% -
XYZ 53.75 45.65 38.78 -
YUV 182.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 237 160 159 0 0.32 0.33 0.07 0.77 0.68 0.78
Hex ED A0 9F 0 20 21 7 1 44 4E
Octal 355 240 237 0 40 41 7 1 104 116
Binary 11101101 10100000 10011111 0 100000 100001 111 1 1000100 1001110

Color Harmonies of #EDA09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA09F

Black with #EDA09F

Text Example


Text Example

White with #EDA09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA09F; }

 p { color: rgb(237,160,159); }

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

background-color css

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

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

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

border-color css

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

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

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