Html Css Color HEX #EE9377 Dark Salmon

📋 copy color: '#EE9377'

red 238 ◦ green 147 ◦ blue 119

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

Shades of Dark Salmon #EE9377

Tints of Dark Salmon #EE9377

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.17%

 BLUE value IS 119 (46.88% from 255) = 23.61%

R = 47.22%
G = 29.17%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EE9377 (or 0xEE9377) is known color: Dark Salmon. HEX triplet: EE, 93 and 77. RGB value is (238,147,119). Sum of RGB (Red+Green+Blue) = 238+147+119=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 119 (46.88% from 255 or 23.61% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9377 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9377 is #116C88. Grayscale: #ABABAB. Windows color (decimal): -1141897 or 7836654. OLE color: 7836654.

HSL color Cylindrical-coordinate representation of color #EE9377: hue angle of 14.12º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE9377 is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 147 119 -
CMYK 0 0.38 0.50 0.07
HSL 14.12º 0.78% 0.7% -
HSV(B) 14.12º 0.5% 0.93% -
XYZ 49.02 40.38 22.66 -
YUV 171.02 98.65 175.78 -
System Red Green Blue C M Y K H S L
Decimal 238 147 119 0 0.38 0.50 0.07 14.12 0.78 0.7
Hex EE 93 77 0 26 32 7 E 4E 46
Octal 356 223 167 0 46 62 7 16 116 106
Binary 11101110 10010011 1110111 0 100110 110010 111 1110 1001110 1000110

Color Harmonies of #EE9377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9377

Black with #EE9377

Text Example


Text Example

White with #EE9377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9377; }

 p { color: rgb(238,147,119); }

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

background-color css

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

 a { background-color: rgb(238,147,119); }

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

border-color css

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

 span { border-color: rgb(238,147,119); }

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