Html Css Color HEX #ED8772 Salmon

📋 copy color: '#ED8772'

red 237 ◦ green 135 ◦ blue 114

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

Shades of Salmon #ED8772

Tints of Salmon #ED8772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.46%

R = 48.77%
G = 27.78%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#ED8772 (or 0xED8772) is known color: Salmon. HEX triplet: ED, 87 and 72. RGB value is (237,135,114). Sum of RGB (Red+Green+Blue) = 237+135+114=486 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.77% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8772 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8772 is #12788D. Grayscale: #A3A3A3. Windows color (decimal): -1210510 or 7505901. OLE color: 7505901.

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

Color convert

RGB 237 135 114 -
CMYK 0 0.43 0.52 0.07
HSL 10.24º 0.77% 0.69% -
HSV(B) 10.24º 0.52% 0.93% -
XYZ 46.63 36.55 20.52 -
YUV 163.1 100.29 180.71 -
System Red Green Blue C M Y K H S L
Decimal 237 135 114 0 0.43 0.52 0.07 10.24 0.77 0.69
Hex ED 87 72 0 2B 34 7 A 4D 45
Octal 355 207 162 0 53 64 7 12 115 105
Binary 11101101 10000111 1110010 0 101011 110100 111 1010 1001101 1000101

Color Harmonies of #ED8772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8772

Black with #ED8772

Text Example


Text Example

White with #ED8772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8772; }

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

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

background-color css

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

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

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

border-color css

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

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

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