Html Css Color HEX #EDA07E Dark Salmon

📋 copy color: '#EDA07E'

red 237 ◦ green 160 ◦ blue 126

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

Shades of Dark Salmon #EDA07E

Tints of Dark Salmon #EDA07E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.09%

R = 45.32%
G = 30.59%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EDA07E (or 0xEDA07E) is known color: Dark Salmon. HEX triplet: ED, A0 and 7E. RGB value is (237,160,126). Sum of RGB (Red+Green+Blue) = 237+160+126=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 126 (49.61% from 255 or 24.09% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA07E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA07E is #125F81. Grayscale: #B3B3B3. Windows color (decimal): -1204098 or 8298733. OLE color: 8298733.

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

Color convert

RGB 237 160 126 -
CMYK 0 0.32 0.47 0.07
HSL 18.38º 0.76% 0.71% -
HSV(B) 18.38º 0.47% 0.93% -
XYZ 51.26 44.65 25.66 -
YUV 179.15 98.01 169.26 -
System Red Green Blue C M Y K H S L
Decimal 237 160 126 0 0.32 0.47 0.07 18.38 0.76 0.71
Hex ED A0 7E 0 20 2F 7 12 4C 47
Octal 355 240 176 0 40 57 7 22 114 107
Binary 11101101 10100000 1111110 0 100000 101111 111 10010 1001100 1000111

Color Harmonies of #EDA07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA07E

Black with #EDA07E

Text Example


Text Example

White with #EDA07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA07E; }

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

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

background-color css

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

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

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

border-color css

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

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

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