Html Css Color HEX #E69471 Dark Salmon

📋 copy color: '#E69471'

red 230 ◦ green 148 ◦ blue 113

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

Shades of Dark Salmon #E69471

Tints of Dark Salmon #E69471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.14%

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

R = 46.84%
G = 30.14%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.10

RGB Variations

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

Color information

#E69471 (or 0xE69471) is known color: Dark Salmon. HEX triplet: E6, 94 and 71. RGB value is (230,148,113). Sum of RGB (Red+Green+Blue) = 230+148+113=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E69471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69471 is #196B8E. Grayscale: #A8A8A8. Windows color (decimal): -1665935 or 7443686. OLE color: 7443686.

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

Color convert

RGB 230 148 113 -
CMYK 0 0.36 0.51 0.10
HSL 17.95º 0.7% 0.67% -
HSV(B) 17.95º 0.51% 0.9% -
XYZ 46.2 39.2 20.75 -
YUV 168.53 96.67 171.85 -
System Red Green Blue C M Y K H S L
Decimal 230 148 113 0 0.36 0.51 0.10 17.95 0.7 0.67
Hex E6 94 71 0 24 33 A 12 46 43
Octal 346 224 161 0 44 63 12 22 106 103
Binary 11100110 10010100 1110001 0 100100 110011 1010 10010 1000110 1000011

Color Harmonies of #E69471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69471

Black with #E69471

Text Example


Text Example

White with #E69471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69471; }

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

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

background-color css

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

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

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

border-color css

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

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

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