Html Css Color HEX #E69A6C Dark Salmon

📋 copy color: '#E69A6C'

red 230 ◦ green 154 ◦ blue 108

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

Shades of Dark Salmon #E69A6C

Tints of Dark Salmon #E69A6C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 31.3%

 BLUE value IS 108 (42.58% from 255) = 21.95%

R = 46.75%
G = 31.3%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E69A6C (or 0xE69A6C) is known color: Dark Salmon. HEX triplet: E6, 9A and 6C. RGB value is (230,154,108). Sum of RGB (Red+Green+Blue) = 230+154+108=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 154 (60.55% from 255 or 31.30% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E69A6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69A6C is #196593. Grayscale: #ABABAB. Windows color (decimal): -1664404 or 7117542. OLE color: 7117542.

HSL color Cylindrical-coordinate representation of color #E69A6C: hue angle of 22.62º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E69A6C is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 154 108 -
CMYK 0 0.33 0.53 0.10
HSL 22.62º 0.71% 0.66% -
HSV(B) 22.62º 0.53% 0.9% -
XYZ 46.9 41.02 19.63 -
YUV 171.48 92.18 169.74 -
System Red Green Blue C M Y K H S L
Decimal 230 154 108 0 0.33 0.53 0.10 22.62 0.71 0.66
Hex E6 9A 6C 0 21 35 A 17 47 42
Octal 346 232 154 0 41 65 12 27 107 102
Binary 11100110 10011010 1101100 0 100001 110101 1010 10111 1000111 1000010

Color Harmonies of #E69A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69A6C

Black with #E69A6C

Text Example


Text Example

White with #E69A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69A6C; }

 p { color: rgb(230,154,108); }

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

background-color css

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

 a { background-color: rgb(230,154,108); }

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

border-color css

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

 span { border-color: rgb(230,154,108); }

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