Html Css Color HEX #ED8674 Salmon

📋 copy color: '#ED8674'

red 237 ◦ green 134 ◦ blue 116

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

Shades of Salmon #ED8674

Tints of Salmon #ED8674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.52%

 BLUE value IS 116 (45.7% from 255) = 23.82%

R = 48.67%
G = 27.52%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#ED8674 (or 0xED8674) is known color: Salmon. HEX triplet: ED, 86 and 74. RGB value is (237,134,116). Sum of RGB (Red+Green+Blue) = 237+134+116=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 134 (52.73% from 255 or 27.52% from 487); Blue value is 116 (45.70% from 255 or 23.82% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8674 is #12798B. Grayscale: #A2A2A2. Windows color (decimal): -1210764 or 7636717. OLE color: 7636717.

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

Color convert

RGB 237 134 116 -
CMYK 0 0.43 0.51 0.07
HSL 8.93º 0.77% 0.69% -
HSV(B) 8.93º 0.51% 0.93% -
XYZ 46.6 36.32 21.08 -
YUV 162.75 101.62 180.96 -
System Red Green Blue C M Y K H S L
Decimal 237 134 116 0 0.43 0.51 0.07 8.93 0.77 0.69
Hex ED 86 74 0 2B 33 7 9 4D 45
Octal 355 206 164 0 53 63 7 11 115 105
Binary 11101101 10000110 1110100 0 101011 110011 111 1001 1001101 1000101

Color Harmonies of #ED8674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8674

Black with #ED8674

Text Example


Text Example

White with #ED8674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8674; }

 p { color: rgb(237,134,116); }

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

background-color css

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

 a { background-color: rgb(237,134,116); }

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

border-color css

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

 span { border-color: rgb(237,134,116); }

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