Html Css Color HEX #E7966F Dark Salmon

📋 copy color: '#E7966F'

red 231 ◦ green 150 ◦ blue 111

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

Shades of Dark Salmon #E7966F

Tints of Dark Salmon #E7966F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.56%

R = 46.95%
G = 30.49%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E7966F (or 0xE7966F) is known color: Dark Salmon. HEX triplet: E7, 96 and 6F. RGB value is (231,150,111). Sum of RGB (Red+Green+Blue) = 231+150+111=492 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.95% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 111 (43.75% from 255 or 22.56% from 492); Max value from RGB is 231 - color contains mainly: red. Hex color #E7966F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7966F is #186990. Grayscale: #AAAAAA. Windows color (decimal): -1599889 or 7313127. OLE color: 7313127.

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

Color convert

RGB 231 150 111 -
CMYK 0 0.35 0.52 0.09
HSL 19.5º 0.71% 0.67% -
HSV(B) 19.5º 0.52% 0.91% -
XYZ 46.73 39.95 20.29 -
YUV 169.77 94.84 171.67 -
System Red Green Blue C M Y K H S L
Decimal 231 150 111 0 0.35 0.52 0.09 19.5 0.71 0.67
Hex E7 96 6F 0 23 34 9 14 47 43
Octal 347 226 157 0 43 64 11 24 107 103
Binary 11100111 10010110 1101111 0 100011 110100 1001 10100 1000111 1000011

Color Harmonies of #E7966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7966F

Black with #E7966F

Text Example


Text Example

White with #E7966F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7966F; }

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

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

background-color css

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

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

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

border-color css

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

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

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