Html Css Color HEX #E99470 Dark Salmon

📋 copy color: '#E99470'

red 233 ◦ green 148 ◦ blue 112

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

Shades of Dark Salmon #E99470

Tints of Dark Salmon #E99470

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.02%

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

R = 47.26%
G = 30.02%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E99470 (or 0xE99470) is known color: Dark Salmon. HEX triplet: E9, 94 and 70. RGB value is (233,148,112). Sum of RGB (Red+Green+Blue) = 233+148+112=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 112 (44.14% from 255 or 22.72% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E99470 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99470 is #166B8F. Grayscale: #A9A9A9. Windows color (decimal): -1469328 or 7378153. OLE color: 7378153.

HSL color Cylindrical-coordinate representation of color #E99470: hue angle of 17.85º 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 #E99470 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 148 112 -
CMYK 0 0.36 0.52 0.09
HSL 17.85º 0.73% 0.68% -
HSV(B) 17.85º 0.52% 0.91% -
XYZ 47.12 39.67 20.5 -
YUV 169.31 95.66 173.43 -
System Red Green Blue C M Y K H S L
Decimal 233 148 112 0 0.36 0.52 0.09 17.85 0.73 0.68
Hex E9 94 70 0 24 34 9 12 49 44
Octal 351 224 160 0 44 64 11 22 111 104
Binary 11101001 10010100 1110000 0 100100 110100 1001 10010 1001001 1000100

Color Harmonies of #E99470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99470

Black with #E99470

Text Example


Text Example

White with #E99470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99470; }

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

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

background-color css

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

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

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

border-color css

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

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

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