Html Css Color HEX #E99E70 Dark Salmon

📋 copy color: '#E99E70'

red 233 ◦ green 158 ◦ blue 112

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

Shades of Dark Salmon #E99E70

Tints of Dark Salmon #E99E70

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.41%

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

R = 46.32%
G = 31.41%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E99E70 (or 0xE99E70) is known color: Dark Salmon. HEX triplet: E9, 9E and 70. RGB value is (233,158,112). Sum of RGB (Red+Green+Blue) = 233+158+112=503 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.32% from 503); Green value is 158 (62.11% from 255 or 31.41% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 233 - color contains mainly: red. Hex color #E99E70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E99E70 is #16618F. Grayscale: #AFAFAF. Windows color (decimal): -1466768 or 7380713. OLE color: 7380713.

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

Color convert

RGB 233 158 112 -
CMYK 0 0.32 0.52 0.09
HSL 22.81º 0.73% 0.68% -
HSV(B) 22.81º 0.52% 0.91% -
XYZ 48.76 42.95 21.05 -
YUV 175.18 92.35 169.24 -
System Red Green Blue C M Y K H S L
Decimal 233 158 112 0 0.32 0.52 0.09 22.81 0.73 0.68
Hex E9 9E 70 0 20 34 9 17 49 44
Octal 351 236 160 0 40 64 11 27 111 104
Binary 11101001 10011110 1110000 0 100000 110100 1001 10111 1001001 1000100

Color Harmonies of #E99E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E99E70

Black with #E99E70

Text Example


Text Example

White with #E99E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E99E70; }

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

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

background-color css

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

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

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

border-color css

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

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

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