Html Css Color HEX #EE9770 Dark Salmon

📋 copy color: '#EE9770'

red 238 ◦ green 151 ◦ blue 112

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

Shades of Dark Salmon #EE9770

Tints of Dark Salmon #EE9770

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.14%

 BLUE value IS 112 (44.14% from 255) = 22.36%

R = 47.5%
G = 30.14%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE9770 (or 0xEE9770) is known color: Dark Salmon. HEX triplet: EE, 97 and 70. RGB value is (238,151,112). Sum of RGB (Red+Green+Blue) = 238+151+112=501 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.50% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 112 (44.14% from 255 or 22.36% from 501); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE9770 is #11688F. Grayscale: #ACACAC. Windows color (decimal): -1140880 or 7378926. OLE color: 7378926.

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

Color convert

RGB 238 151 112 -
CMYK 0 0.37 0.53 0.07
HSL 18.57º 0.79% 0.69% -
HSV(B) 18.57º 0.53% 0.93% -
XYZ 49.25 41.48 20.74 -
YUV 172.57 93.82 174.67 -
System Red Green Blue C M Y K H S L
Decimal 238 151 112 0 0.37 0.53 0.07 18.57 0.79 0.69
Hex EE 97 70 0 25 35 7 13 4F 45
Octal 356 227 160 0 45 65 7 23 117 105
Binary 11101110 10010111 1110000 0 100101 110101 111 10011 1001111 1000101

Color Harmonies of #EE9770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9770

Black with #EE9770

Text Example


Text Example

White with #EE9770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9770; }

 p { color: rgb(238,151,112); }

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

background-color css

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

 a { background-color: rgb(238,151,112); }

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

border-color css

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

 span { border-color: rgb(238,151,112); }

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