Html Css Color HEX #EE826A Salmon

📋 copy color: '#EE826A'

red 238 ◦ green 130 ◦ blue 106

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

Shades of Salmon #EE826A

Tints of Salmon #EE826A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.36%

R = 50.21%
G = 27.43%
B = 22.36%

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

#EE826A (or 0xEE826A) is known color: Salmon. HEX triplet: EE, 82 and 6A. RGB value is (238,130,106). Sum of RGB (Red+Green+Blue) = 238+130+106=474 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.21% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 106 (41.80% from 255 or 22.36% from 474); Max value from RGB is 238 - color contains mainly: red. Hex color #EE826A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE826A is #117D95. Grayscale: #9F9F9F. Windows color (decimal): -1146262 or 6980334. OLE color: 6980334.

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

Color convert

RGB 238 130 106 -
CMYK 0 0.45 0.55 0.07
HSL 10.91º 0.8% 0.67% -
HSV(B) 10.91º 0.55% 0.93% -
XYZ 45.84 35.18 18.01 -
YUV 159.56 97.78 183.95 -
System Red Green Blue C M Y K H S L
Decimal 238 130 106 0 0.45 0.55 0.07 10.91 0.8 0.67
Hex EE 82 6A 0 2D 37 7 B 50 43
Octal 356 202 152 0 55 67 7 13 120 103
Binary 11101110 10000010 1101010 0 101101 110111 111 1011 1010000 1000011

Color Harmonies of #EE826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE826A

Black with #EE826A

Text Example


Text Example

White with #EE826A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE826A; }

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

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

background-color css

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

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

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

border-color css

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

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

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