Html Css Color HEX #E99074 Dark Salmon

📋 copy color: '#E99074'

red 233 ◦ green 144 ◦ blue 116

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

Shades of Dark Salmon #E99074

Tints of Dark Salmon #E99074

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.21%

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

R = 47.26%
G = 29.21%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#E99074 (or 0xE99074) is known color: Dark Salmon. HEX triplet: E9, 90 and 74. RGB value is (233,144,116). Sum of RGB (Red+Green+Blue) = 233+144+116=493 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.26% from 493); Green value is 144 (56.64% from 255 or 29.21% from 493); Blue value is 116 (45.70% from 255 or 23.53% from 493); Max value from RGB is 233 - color contains mainly: red. Hex color #E99074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99074 is #166F8B. Grayscale: #A7A7A7. Windows color (decimal): -1470348 or 7639273. OLE color: 7639273.

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

Color convert

RGB 233 144 116 -
CMYK 0 0.38 0.50 0.09
HSL 14.36º 0.73% 0.68% -
HSV(B) 14.36º 0.5% 0.91% -
XYZ 46.73 38.53 21.5 -
YUV 167.42 98.99 174.78 -
System Red Green Blue C M Y K H S L
Decimal 233 144 116 0 0.38 0.50 0.09 14.36 0.73 0.68
Hex E9 90 74 0 26 32 9 E 49 44
Octal 351 220 164 0 46 62 11 16 111 104
Binary 11101001 10010000 1110100 0 100110 110010 1001 1110 1001001 1000100

Color Harmonies of #E99074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99074

Black with #E99074

Text Example


Text Example

White with #E99074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99074; }

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

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

background-color css

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

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

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

border-color css

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

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

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