Html Css Color HEX #ED7F67 Salmon

📋 copy color: '#ED7F67'

red 237 ◦ green 127 ◦ blue 103

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

Shades of Salmon #ED7F67

Tints of Salmon #ED7F67

RGB

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

 GREEN value IS 127 (50% from 255) = 27.19%

 BLUE value IS 103 (40.63% from 255) = 22.06%

R = 50.75%
G = 27.19%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED7F67 (or 0xED7F67) is known color: Salmon. HEX triplet: ED, 7F and 67. RGB value is (237,127,103). Sum of RGB (Red+Green+Blue) = 237+127+103=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 103 (40.62% from 255 or 22.06% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED7F67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #ED7F67 is #128098. Grayscale: #9D9D9D. Windows color (decimal): -1212569 or 6782957. OLE color: 6782957.

HSL color Cylindrical-coordinate representation of color #ED7F67: hue angle of 10.75º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #ED7F67 is Cyan = 0, Magento = 0.46, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 127 103 -
CMYK 0 0.46 0.57 0.07
HSL 10.75º 0.79% 0.67% -
HSV(B) 10.75º 0.57% 0.93% -
XYZ 44.96 34.16 17.06 -
YUV 157.15 97.44 184.95 -
System Red Green Blue C M Y K H S L
Decimal 237 127 103 0 0.46 0.57 0.07 10.75 0.79 0.67
Hex ED 7F 67 0 2E 39 7 B 4F 43
Octal 355 177 147 0 56 71 7 13 117 103
Binary 11101101 1111111 1100111 0 101110 111001 111 1011 1001111 1000011

Color Harmonies of #ED7F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED7F67

Black with #ED7F67

Text Example


Text Example

White with #ED7F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED7F67; }

 p { color: rgb(237,127,103); }

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

background-color css

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

 a { background-color: rgb(237,127,103); }

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

border-color css

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

 span { border-color: rgb(237,127,103); }

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