Html Css Color HEX #E7966A Dark Salmon

📋 copy color: '#E7966A'

red 231 ◦ green 150 ◦ blue 106

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

Shades of Dark Salmon #E7966A

Tints of Dark Salmon #E7966A

RGB

 RED value IS 231 (90.63% from 255) = 47.43%

 GREEN value IS 150 (58.98% from 255) = 30.8%

 BLUE value IS 106 (41.8% from 255) = 21.77%

R = 47.43%
G = 30.8%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.09

RGB Variations

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

Color information

#E7966A (or 0xE7966A) is known color: Dark Salmon. HEX triplet: E7, 96 and 6A. RGB value is (231,150,106). Sum of RGB (Red+Green+Blue) = 231+150+106=487 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.43% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 231 - color contains mainly: red. Hex color #E7966A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7966A is #186995. Grayscale: #A9A9A9. Windows color (decimal): -1599894 or 6985447. OLE color: 6985447.

HSL color Cylindrical-coordinate representation of color #E7966A: hue angle of 21.12º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E7966A is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 150 106 -
CMYK 0 0.35 0.54 0.09
HSL 21.12º 0.72% 0.66% -
HSV(B) 21.12º 0.54% 0.91% -
XYZ 46.46 39.84 18.88 -
YUV 169.2 92.34 172.08 -
System Red Green Blue C M Y K H S L
Decimal 231 150 106 0 0.35 0.54 0.09 21.12 0.72 0.66
Hex E7 96 6A 0 23 36 9 15 48 42
Octal 347 226 152 0 43 66 11 25 110 102
Binary 11100111 10010110 1101010 0 100011 110110 1001 10101 1001000 1000010

Color Harmonies of #E7966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7966A

Black with #E7966A

Text Example


Text Example

White with #E7966A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7966A; }

 p { color: rgb(231,150,106); }

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

background-color css

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

 a { background-color: rgb(231,150,106); }

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

border-color css

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

 span { border-color: rgb(231,150,106); }

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