Html Css Color HEX #EDA17D Dark Salmon

📋 copy color: '#EDA17D'

red 237 ◦ green 161 ◦ blue 125

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

Shades of Dark Salmon #EDA17D

Tints of Dark Salmon #EDA17D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.78%

 BLUE value IS 125 (49.22% from 255) = 23.9%

R = 45.32%
G = 30.78%
B = 23.9%

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

#EDA17D (or 0xEDA17D) is known color: Dark Salmon. HEX triplet: ED, A1 and 7D. RGB value is (237,161,125). Sum of RGB (Red+Green+Blue) = 237+161+125=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA17D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA17D is #125E82. Grayscale: #B3B3B3. Windows color (decimal): -1203843 or 8233453. OLE color: 8233453.

HSL color Cylindrical-coordinate representation of color #EDA17D: hue angle of 19.29º 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 #EDA17D is Cyan = 0, Magento = 0.32, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 161 125 -
CMYK 0 0.32 0.47 0.07
HSL 19.29º 0.76% 0.71% -
HSV(B) 19.29º 0.47% 0.93% -
XYZ 51.37 44.97 25.38 -
YUV 179.62 97.18 168.93 -
System Red Green Blue C M Y K H S L
Decimal 237 161 125 0 0.32 0.47 0.07 19.29 0.76 0.71
Hex ED A1 7D 0 20 2F 7 13 4C 47
Octal 355 241 175 0 40 57 7 23 114 107
Binary 11101101 10100001 1111101 0 100000 101111 111 10011 1001100 1000111

Color Harmonies of #EDA17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA17D

Black with #EDA17D

Text Example


Text Example

White with #EDA17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA17D; }

 p { color: rgb(237,161,125); }

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

background-color css

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

 a { background-color: rgb(237,161,125); }

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

border-color css

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

 span { border-color: rgb(237,161,125); }

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