Html Css Color HEX #E69871 Dark Salmon

📋 copy color: '#E69871'

red 230 ◦ green 152 ◦ blue 113

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

Shades of Dark Salmon #E69871

Tints of Dark Salmon #E69871

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.71%

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

R = 46.46%
G = 30.71%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E69871 (or 0xE69871) is known color: Dark Salmon. HEX triplet: E6, 98 and 71. RGB value is (230,152,113). Sum of RGB (Red+Green+Blue) = 230+152+113=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 113 (44.53% from 255 or 22.83% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E69871 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69871 is #19678E. Grayscale: #ABABAB. Windows color (decimal): -1664911 or 7444710. OLE color: 7444710.

HSL color Cylindrical-coordinate representation of color #E69871: hue angle of 20º 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 #E69871 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 152 113 -
CMYK 0 0.34 0.51 0.10
HSL 20º 0.7% 0.67% -
HSV(B) 20º 0.51% 0.9% -
XYZ 46.84 40.47 20.97 -
YUV 170.88 95.34 170.17 -
System Red Green Blue C M Y K H S L
Decimal 230 152 113 0 0.34 0.51 0.10 20 0.7 0.67
Hex E6 98 71 0 22 33 A 14 46 43
Octal 346 230 161 0 42 63 12 24 106 103
Binary 11100110 10011000 1110001 0 100010 110011 1010 10100 1000110 1000011

Color Harmonies of #E69871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69871

Black with #E69871

Text Example


Text Example

White with #E69871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69871; }

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

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

background-color css

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

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

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

border-color css

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

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

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