Html Css Color HEX #E69F74 Dark Salmon

📋 copy color: '#E69F74'

red 230 ◦ green 159 ◦ blue 116

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

Shades of Dark Salmon #E69F74

Tints of Dark Salmon #E69F74

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.49%

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

R = 45.54%
G = 31.49%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E69F74 (or 0xE69F74) is known color: Dark Salmon. HEX triplet: E6, 9F and 74. RGB value is (230,159,116). Sum of RGB (Red+Green+Blue) = 230+159+116=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 116 (45.70% from 255 or 22.97% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E69F74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69F74 is #19608B. Grayscale: #AFAFAF. Windows color (decimal): -1663116 or 7643110. OLE color: 7643110.

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

Color convert

RGB 230 159 116 -
CMYK 0 0.31 0.50 0.10
HSL 22.63º 0.7% 0.68% -
HSV(B) 22.63º 0.5% 0.9% -
XYZ 48.18 42.88 22.26 -
YUV 175.33 94.52 167 -
System Red Green Blue C M Y K H S L
Decimal 230 159 116 0 0.31 0.50 0.10 22.63 0.7 0.68
Hex E6 9F 74 0 1F 32 A 17 46 44
Octal 346 237 164 0 37 62 12 27 106 104
Binary 11100110 10011111 1110100 0 11111 110010 1010 10111 1000110 1000100

Color Harmonies of #E69F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69F74

Black with #E69F74

Text Example


Text Example

White with #E69F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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