Html Css Color HEX #E99474 Dark Salmon

📋 copy color: '#E99474'

red 233 ◦ green 148 ◦ blue 116

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

Shades of Dark Salmon #E99474

Tints of Dark Salmon #E99474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.34%

R = 46.88%
G = 29.78%
B = 23.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E99474 (or 0xE99474) is known color: Dark Salmon. HEX triplet: E9, 94 and 74. RGB value is (233,148,116). Sum of RGB (Red+Green+Blue) = 233+148+116=497 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.88% from 497); Green value is 148 (58.20% from 255 or 29.78% from 497); Blue value is 116 (45.70% from 255 or 23.34% from 497); Max value from RGB is 233 - color contains mainly: red. Hex color #E99474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99474 is #166B8B. Grayscale: #A9A9A9. Windows color (decimal): -1469324 or 7640297. OLE color: 7640297.

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

Color convert

RGB 233 148 116 -
CMYK 0 0.36 0.50 0.09
HSL 16.41º 0.73% 0.68% -
HSV(B) 16.41º 0.5% 0.91% -
XYZ 47.35 39.76 21.7 -
YUV 169.77 97.66 173.1 -
System Red Green Blue C M Y K H S L
Decimal 233 148 116 0 0.36 0.50 0.09 16.41 0.73 0.68
Hex E9 94 74 0 24 32 9 10 49 44
Octal 351 224 164 0 44 62 11 20 111 104
Binary 11101001 10010100 1110100 0 100100 110010 1001 10000 1001001 1000100

Color Harmonies of #E99474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99474

Black with #E99474

Text Example


Text Example

White with #E99474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99474; }

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

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

background-color css

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

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

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

border-color css

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

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

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