Html Css Color HEX #E69574 Dark Salmon

📋 copy color: '#E69574'

red 230 ◦ green 149 ◦ blue 116

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

Shades of Dark Salmon #E69574

Tints of Dark Salmon #E69574

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.1%

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

R = 46.46%
G = 30.1%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E69574 (or 0xE69574) is known color: Dark Salmon. HEX triplet: E6, 95 and 74. RGB value is (230,149,116). Sum of RGB (Red+Green+Blue) = 230+149+116=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E69574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69574 is #196A8B. Grayscale: #A9A9A9. Windows color (decimal): -1665676 or 7640550. OLE color: 7640550.

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

Color convert

RGB 230 149 116 -
CMYK 0 0.35 0.50 0.10
HSL 17.37º 0.7% 0.68% -
HSV(B) 17.37º 0.5% 0.9% -
XYZ 46.53 39.58 21.71 -
YUV 169.46 97.84 171.18 -
System Red Green Blue C M Y K H S L
Decimal 230 149 116 0 0.35 0.50 0.10 17.37 0.7 0.68
Hex E6 95 74 0 23 32 A 11 46 44
Octal 346 225 164 0 43 62 12 21 106 104
Binary 11100110 10010101 1110100 0 100011 110010 1010 10001 1000110 1000100

Color Harmonies of #E69574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69574

Black with #E69574

Text Example


Text Example

White with #E69574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69574; }

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

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

background-color css

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

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

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

border-color css

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

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

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