Html Css Color HEX #ED8769 Salmon

📋 copy color: '#ED8769'

red 237 ◦ green 135 ◦ blue 105

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

Shades of Salmon #ED8769

Tints of Salmon #ED8769

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.3%

 BLUE value IS 105 (41.41% from 255) = 22.01%

R = 49.69%
G = 28.3%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#ED8769 (or 0xED8769) is known color: Salmon. HEX triplet: ED, 87 and 69. RGB value is (237,135,105). Sum of RGB (Red+Green+Blue) = 237+135+105=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 105 (41.41% from 255 or 22.01% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8769 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8769 is #127896. Grayscale: #A2A2A2. Windows color (decimal): -1210519 or 6916077. OLE color: 6916077.

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

Color convert

RGB 237 135 105 -
CMYK 0 0.43 0.56 0.07
HSL 13.64º 0.79% 0.67% -
HSV(B) 13.64º 0.56% 0.93% -
XYZ 46.14 36.35 17.95 -
YUV 162.08 95.79 181.44 -
System Red Green Blue C M Y K H S L
Decimal 237 135 105 0 0.43 0.56 0.07 13.64 0.79 0.67
Hex ED 87 69 0 2B 38 7 E 4F 43
Octal 355 207 151 0 53 70 7 16 117 103
Binary 11101101 10000111 1101001 0 101011 111000 111 1110 1001111 1000011

Color Harmonies of #ED8769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8769

Black with #ED8769

Text Example


Text Example

White with #ED8769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8769; }

 p { color: rgb(237,135,105); }

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

background-color css

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

 a { background-color: rgb(237,135,105); }

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

border-color css

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

 span { border-color: rgb(237,135,105); }

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