Html Css Color HEX #E69474 Dark Salmon

📋 copy color: '#E69474'

red 230 ◦ green 148 ◦ blue 116

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

Shades of Dark Salmon #E69474

Tints of Dark Salmon #E69474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.48%

R = 46.56%
G = 29.96%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E69474 (or 0xE69474) is known color: Dark Salmon. HEX triplet: E6, 94 and 74. RGB value is (230,148,116). Sum of RGB (Red+Green+Blue) = 230+148+116=494 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.56% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 116 (45.70% from 255 or 23.48% from 494); Max value from RGB is 230 - color contains mainly: red. Hex color #E69474 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69474 is #196B8B. Grayscale: #A9A9A9. Windows color (decimal): -1665932 or 7640294. OLE color: 7640294.

HSL color Cylindrical-coordinate representation of color #E69474: hue angle of 16.84º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E69474 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 148 116 -
CMYK 0 0.36 0.50 0.10
HSL 16.84º 0.7% 0.68% -
HSV(B) 16.84º 0.5% 0.9% -
XYZ 46.38 39.26 21.66 -
YUV 168.87 98.17 171.6 -
System Red Green Blue C M Y K H S L
Decimal 230 148 116 0 0.36 0.50 0.10 16.84 0.7 0.68
Hex E6 94 74 0 24 32 A 11 46 44
Octal 346 224 164 0 44 62 12 21 106 104
Binary 11100110 10010100 1110100 0 100100 110010 1010 10001 1000110 1000100

Color Harmonies of #E69474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69474

Black with #E69474

Text Example


Text Example

White with #E69474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69474; }

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

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

background-color css

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

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

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

border-color css

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

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

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