Html Css Color HEX #E69075 Dark Salmon

📋 copy color: '#E69075'

red 230 ◦ green 144 ◦ blue 117

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

Shades of Dark Salmon #E69075

Tints of Dark Salmon #E69075

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.33%

 BLUE value IS 117 (46.09% from 255) = 23.83%

R = 46.84%
G = 29.33%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#E69075 (or 0xE69075) is known color: Dark Salmon. HEX triplet: E6, 90 and 75. RGB value is (230,144,117). Sum of RGB (Red+Green+Blue) = 230+144+117=491 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.84% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 230 - color contains mainly: red. Hex color #E69075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69075 is #196F8A. Grayscale: #A6A6A6. Windows color (decimal): -1666955 or 7704806. OLE color: 7704806.

HSL color Cylindrical-coordinate representation of color #E69075: hue angle of 14.34º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E69075 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 144 117 -
CMYK 0 0.37 0.49 0.10
HSL 14.34º 0.69% 0.68% -
HSV(B) 14.34º 0.49% 0.9% -
XYZ 45.82 38.05 21.76 -
YUV 166.64 99.99 173.2 -
System Red Green Blue C M Y K H S L
Decimal 230 144 117 0 0.37 0.49 0.10 14.34 0.69 0.68
Hex E6 90 75 0 25 31 A E 45 44
Octal 346 220 165 0 45 61 12 16 105 104
Binary 11100110 10010000 1110101 0 100101 110001 1010 1110 1000101 1000100

Color Harmonies of #E69075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69075

Black with #E69075

Text Example


Text Example

White with #E69075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69075; }

 p { color: rgb(230,144,117); }

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

background-color css

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

 a { background-color: rgb(230,144,117); }

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

border-color css

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

 span { border-color: rgb(230,144,117); }

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