Html Css Color HEX #E99372 Dark Salmon

📋 copy color: '#E99372'

red 233 ◦ green 147 ◦ blue 114

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

Shades of Dark Salmon #E99372

Tints of Dark Salmon #E99372

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.76%

 BLUE value IS 114 (44.92% from 255) = 23.08%

R = 47.17%
G = 29.76%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E99372 (or 0xE99372) is known color: Dark Salmon. HEX triplet: E9, 93 and 72. RGB value is (233,147,114). Sum of RGB (Red+Green+Blue) = 233+147+114=494 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.17% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 233 - color contains mainly: red. Hex color #E99372 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99372 is #166C8D. Grayscale: #A9A9A9. Windows color (decimal): -1469582 or 7508969. OLE color: 7508969.

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

Color convert

RGB 233 147 114 -
CMYK 0 0.37 0.51 0.09
HSL 16.64º 0.73% 0.68% -
HSV(B) 16.64º 0.51% 0.91% -
XYZ 47.08 39.41 21.04 -
YUV 168.95 96.99 173.68 -
System Red Green Blue C M Y K H S L
Decimal 233 147 114 0 0.37 0.51 0.09 16.64 0.73 0.68
Hex E9 93 72 0 25 33 9 11 49 44
Octal 351 223 162 0 45 63 11 21 111 104
Binary 11101001 10010011 1110010 0 100101 110011 1001 10001 1001001 1000100

Color Harmonies of #E99372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99372

Black with #E99372

Text Example


Text Example

White with #E99372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99372; }

 p { color: rgb(233,147,114); }

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

background-color css

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

 a { background-color: rgb(233,147,114); }

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

border-color css

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

 span { border-color: rgb(233,147,114); }

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