Html Css Color HEX #EDA27D Dark Salmon

📋 copy color: '#EDA27D'

red 237 ◦ green 162 ◦ blue 125

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

Shades of Dark Salmon #EDA27D

Tints of Dark Salmon #EDA27D

RGB

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

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

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

R = 45.23%
G = 30.92%
B = 23.85%

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

#EDA27D (or 0xEDA27D) is known color: Dark Salmon. HEX triplet: ED, A2 and 7D. RGB value is (237,162,125). Sum of RGB (Red+Green+Blue) = 237+162+125=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 162 (63.67% from 255 or 30.92% from 524); Blue value is 125 (49.22% from 255 or 23.85% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA27D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA27D is #125D82. Grayscale: #B4B4B4. Windows color (decimal): -1203587 or 8233709. OLE color: 8233709.

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

Color convert

RGB 237 162 125 -
CMYK 0 0.32 0.47 0.07
HSL 19.82º 0.76% 0.71% -
HSV(B) 19.82º 0.47% 0.93% -
XYZ 51.55 45.33 25.43 -
YUV 180.21 96.85 168.51 -
System Red Green Blue C M Y K H S L
Decimal 237 162 125 0 0.32 0.47 0.07 19.82 0.76 0.71
Hex ED A2 7D 0 20 2F 7 14 4C 47
Octal 355 242 175 0 40 57 7 24 114 107
Binary 11101101 10100010 1111101 0 100000 101111 111 10100 1001100 1000111

Color Harmonies of #EDA27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDA27D

Black with #EDA27D

Text Example


Text Example

White with #EDA27D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDA27D; }

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

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

background-color css

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

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

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

border-color css

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

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

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