Html Css Color HEX #E5946F Dark Salmon

📋 copy color: '#E5946F'

red 229 ◦ green 148 ◦ blue 111

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

Shades of Dark Salmon #E5946F

Tints of Dark Salmon #E5946F

RGB

 RED value IS 229 (89.84% from 255) = 46.93%

 GREEN value IS 148 (58.2% from 255) = 30.33%

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

R = 46.93%
G = 30.33%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5946F (or 0xE5946F) is known color: Dark Salmon. HEX triplet: E5, 94 and 6F. RGB value is (229,148,111). Sum of RGB (Red+Green+Blue) = 229+148+111=488 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.93% from 488); Green value is 148 (58.20% from 255 or 30.33% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 229 - color contains mainly: red. Hex color #E5946F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E5946F is #1A6B90. Grayscale: #A8A8A8. Windows color (decimal): -1731473 or 7312613. OLE color: 7312613.

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

Color convert

RGB 229 148 111 -
CMYK 0 0.35 0.52 0.10
HSL 18.81º 0.69% 0.67% -
HSV(B) 18.81º 0.52% 0.9% -
XYZ 45.77 38.99 20.15 -
YUV 168 95.84 171.51 -
System Red Green Blue C M Y K H S L
Decimal 229 148 111 0 0.35 0.52 0.10 18.81 0.69 0.67
Hex E5 94 6F 0 23 34 A 13 45 43
Octal 345 224 157 0 43 64 12 23 105 103
Binary 11100101 10010100 1101111 0 100011 110100 1010 10011 1000101 1000011

Color Harmonies of #E5946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5946F

Black with #E5946F

Text Example


Text Example

White with #E5946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5946F; }

 p { color: rgb(229,148,111); }

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

background-color css

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

 a { background-color: rgb(229,148,111); }

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

border-color css

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

 span { border-color: rgb(229,148,111); }

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