Html Css Color HEX #E99970 Dark Salmon

📋 copy color: '#E99970'

red 233 ◦ green 153 ◦ blue 112

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

Shades of Dark Salmon #E99970

Tints of Dark Salmon #E99970

RGB

 RED value IS 233 (91.41% from 255) = 46.79%

 GREEN value IS 153 (60.16% from 255) = 30.72%

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

R = 46.79%
G = 30.72%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E99970 (or 0xE99970) is known color: Dark Salmon. HEX triplet: E9, 99 and 70. RGB value is (233,153,112). Sum of RGB (Red+Green+Blue) = 233+153+112=498 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.79% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 112 (44.14% from 255 or 22.49% from 498); Max value from RGB is 233 - color contains mainly: red. Hex color #E99970 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99970 is #16668F. Grayscale: #ACACAC. Windows color (decimal): -1468048 or 7379433. OLE color: 7379433.

HSL color Cylindrical-coordinate representation of color #E99970: hue angle of 20.33º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E99970 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 153 112 -
CMYK 0 0.34 0.52 0.09
HSL 20.33º 0.73% 0.68% -
HSV(B) 20.33º 0.52% 0.91% -
XYZ 47.92 41.28 20.77 -
YUV 172.25 94 171.33 -
System Red Green Blue C M Y K H S L
Decimal 233 153 112 0 0.34 0.52 0.09 20.33 0.73 0.68
Hex E9 99 70 0 22 34 9 14 49 44
Octal 351 231 160 0 42 64 11 24 111 104
Binary 11101001 10011001 1110000 0 100010 110100 1001 10100 1001001 1000100

Color Harmonies of #E99970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99970

Black with #E99970

Text Example


Text Example

White with #E99970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99970; }

 p { color: rgb(233,153,112); }

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

background-color css

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

 a { background-color: rgb(233,153,112); }

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

border-color css

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

 span { border-color: rgb(233,153,112); }

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