Html Css Color HEX #E69971 Dark Salmon

📋 copy color: '#E69971'

red 230 ◦ green 153 ◦ blue 113

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

Shades of Dark Salmon #E69971

Tints of Dark Salmon #E69971

RGB

 RED value IS 230 (90.23% from 255) = 46.37%

 GREEN value IS 153 (60.16% from 255) = 30.85%

 BLUE value IS 113 (44.53% from 255) = 22.78%

R = 46.37%
G = 30.85%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E69971 (or 0xE69971) is known color: Dark Salmon. HEX triplet: E6, 99 and 71. RGB value is (230,153,113). Sum of RGB (Red+Green+Blue) = 230+153+113=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 153 (60.16% from 255 or 30.85% from 496); Blue value is 113 (44.53% from 255 or 22.78% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E69971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69971 is #19668E. Grayscale: #ABABAB. Windows color (decimal): -1664655 or 7444966. OLE color: 7444966.

HSL color Cylindrical-coordinate representation of color #E69971: hue angle of 20.51º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E69971 is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 153 113 -
CMYK 0 0.33 0.51 0.10
HSL 20.51º 0.7% 0.67% -
HSV(B) 20.51º 0.51% 0.9% -
XYZ 47.01 40.8 21.02 -
YUV 171.46 95.01 169.75 -
System Red Green Blue C M Y K H S L
Decimal 230 153 113 0 0.33 0.51 0.10 20.51 0.7 0.67
Hex E6 99 71 0 21 33 A 15 46 43
Octal 346 231 161 0 41 63 12 25 106 103
Binary 11100110 10011001 1110001 0 100001 110011 1010 10101 1000110 1000011

Color Harmonies of #E69971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69971

Black with #E69971

Text Example


Text Example

White with #E69971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69971; }

 p { color: rgb(230,153,113); }

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

background-color css

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

 a { background-color: rgb(230,153,113); }

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

border-color css

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

 span { border-color: rgb(230,153,113); }

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