Html Css Color HEX #ED8267 Salmon

📋 copy color: '#ED8267'

red 237 ◦ green 130 ◦ blue 103

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

Shades of Salmon #ED8267

Tints of Salmon #ED8267

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.66%

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

R = 50.43%
G = 27.66%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#ED8267 (or 0xED8267) is known color: Salmon. HEX triplet: ED, 82 and 67. RGB value is (237,130,103). Sum of RGB (Red+Green+Blue) = 237+130+103=470 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.43% from 470); Green value is 130 (51.17% from 255 or 27.66% from 470); Blue value is 103 (40.62% from 255 or 21.91% from 470); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8267 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #ED8267 is #127D98. Grayscale: #9F9F9F. Windows color (decimal): -1211801 or 6783725. OLE color: 6783725.

HSL color Cylindrical-coordinate representation of color #ED8267: hue angle of 12.09º 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 #ED8267 is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 130 103 -
CMYK 0 0.45 0.57 0.07
HSL 12.09º 0.79% 0.67% -
HSV(B) 12.09º 0.57% 0.93% -
XYZ 45.36 34.95 17.19 -
YUV 158.92 96.45 183.7 -
System Red Green Blue C M Y K H S L
Decimal 237 130 103 0 0.45 0.57 0.07 12.09 0.79 0.67
Hex ED 82 67 0 2D 39 7 C 4F 43
Octal 355 202 147 0 55 71 7 14 117 103
Binary 11101101 10000010 1100111 0 101101 111001 111 1100 1001111 1000011

Color Harmonies of #ED8267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8267

Black with #ED8267

Text Example


Text Example

White with #ED8267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8267; }

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

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

background-color css

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

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

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

border-color css

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

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

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