Html Css Color HEX #EE856A Salmon

📋 copy color: '#EE856A'

red 238 ◦ green 133 ◦ blue 106

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

Shades of Salmon #EE856A

Tints of Salmon #EE856A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.88%

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

R = 49.9%
G = 27.88%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE856A (or 0xEE856A) is known color: Salmon. HEX triplet: EE, 85 and 6A. RGB value is (238,133,106). Sum of RGB (Red+Green+Blue) = 238+133+106=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 133 (52.34% from 255 or 27.88% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE856A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE856A is #117A95. Grayscale: #A1A1A1. Windows color (decimal): -1145494 or 6981102. OLE color: 6981102.

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

Color convert

RGB 238 133 106 -
CMYK 0 0.44 0.55 0.07
HSL 12.27º 0.8% 0.67% -
HSV(B) 12.27º 0.55% 0.93% -
XYZ 46.25 35.99 18.15 -
YUV 161.32 96.79 182.7 -
System Red Green Blue C M Y K H S L
Decimal 238 133 106 0 0.44 0.55 0.07 12.27 0.8 0.67
Hex EE 85 6A 0 2C 37 7 C 50 43
Octal 356 205 152 0 54 67 7 14 120 103
Binary 11101110 10000101 1101010 0 101100 110111 111 1100 1010000 1000011

Color Harmonies of #EE856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE856A

Black with #EE856A

Text Example


Text Example

White with #EE856A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE856A; }

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

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

background-color css

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

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

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

border-color css

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

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

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