Html Css Color HEX #EE826C Salmon

📋 copy color: '#EE826C'

red 238 ◦ green 130 ◦ blue 108

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

Shades of Salmon #EE826C

Tints of Salmon #EE826C

RGB

 RED value IS 238 (93.36% from 255) = 50%

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

 BLUE value IS 108 (42.58% from 255) = 22.69%

R = 50%
G = 27.31%
B = 22.69%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE826C (or 0xEE826C) is known color: Salmon. HEX triplet: EE, 82 and 6C. RGB value is (238,130,108). Sum of RGB (Red+Green+Blue) = 238+130+108=476 (63% of max value = 765). Red value is 238 (93.36% from 255 or 50% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 108 (42.58% from 255 or 22.69% from 476); Max value from RGB is 238 - color contains mainly: red. Hex color #EE826C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE826C is #117D93. Grayscale: #9F9F9F. Windows color (decimal): -1146260 or 7111406. OLE color: 7111406.

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

Color convert

RGB 238 130 108 -
CMYK 0 0.45 0.55 0.07
HSL 10.15º 0.79% 0.68% -
HSV(B) 10.15º 0.55% 0.93% -
XYZ 45.95 35.23 18.56 -
YUV 159.78 98.78 183.79 -
System Red Green Blue C M Y K H S L
Decimal 238 130 108 0 0.45 0.55 0.07 10.15 0.79 0.68
Hex EE 82 6C 0 2D 37 7 A 4F 44
Octal 356 202 154 0 55 67 7 12 117 104
Binary 11101110 10000010 1101100 0 101101 110111 111 1010 1001111 1000100

Color Harmonies of #EE826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE826C

Black with #EE826C

Text Example


Text Example

White with #EE826C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE826C; }

 p { color: rgb(238,130,108); }

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

background-color css

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

 a { background-color: rgb(238,130,108); }

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

border-color css

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

 span { border-color: rgb(238,130,108); }

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