Html Css Color HEX #ED8066 Salmon

📋 copy color: '#ED8066'

red 237 ◦ green 128 ◦ blue 102

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

Shades of Salmon #ED8066

Tints of Salmon #ED8066

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.41%

 BLUE value IS 102 (40.23% from 255) = 21.84%

R = 50.75%
G = 27.41%
B = 21.84%

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

#ED8066 (or 0xED8066) is known color: Salmon. HEX triplet: ED, 80 and 66. RGB value is (237,128,102). Sum of RGB (Red+Green+Blue) = 237+128+102=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 128 (50.39% from 255 or 27.41% from 467); Blue value is 102 (40.23% from 255 or 21.84% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8066 is #127F99. Grayscale: #9D9D9D. Windows color (decimal): -1212314 or 6717677. OLE color: 6717677.

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

Color convert

RGB 237 128 102 -
CMYK 0 0.46 0.57 0.07
HSL 11.56º 0.79% 0.66% -
HSV(B) 11.56º 0.57% 0.93% -
XYZ 45.04 34.4 16.84 -
YUV 157.63 96.61 184.61 -
System Red Green Blue C M Y K H S L
Decimal 237 128 102 0 0.46 0.57 0.07 11.56 0.79 0.66
Hex ED 80 66 0 2E 39 7 C 4F 42
Octal 355 200 146 0 56 71 7 14 117 102
Binary 11101101 10000000 1100110 0 101110 111001 111 1100 1001111 1000010

Color Harmonies of #ED8066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8066

Black with #ED8066

Text Example


Text Example

White with #ED8066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8066; }

 p { color: rgb(237,128,102); }

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

background-color css

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

 a { background-color: rgb(237,128,102); }

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

border-color css

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

 span { border-color: rgb(237,128,102); }

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