Html Css Color HEX #EA946E Dark Salmon

📋 copy color: '#EA946E'

red 234 ◦ green 148 ◦ blue 110

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

Shades of Dark Salmon #EA946E

Tints of Dark Salmon #EA946E

RGB

 RED value IS 234 (91.8% from 255) = 47.56%

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

 BLUE value IS 110 (43.36% from 255) = 22.36%

R = 47.56%
G = 30.08%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EA946E (or 0xEA946E) is known color: Dark Salmon. HEX triplet: EA, 94 and 6E. RGB value is (234,148,110). Sum of RGB (Red+Green+Blue) = 234+148+110=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 110 (43.36% from 255 or 22.36% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EA946E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA946E is #156B91. Grayscale: #A9A9A9. Windows color (decimal): -1403794 or 7247082. OLE color: 7247082.

HSL color Cylindrical-coordinate representation of color #EA946E: hue angle of 18.39º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA946E is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 148 110 -
CMYK 0 0.37 0.53 0.08
HSL 18.39º 0.75% 0.67% -
HSV(B) 18.39º 0.53% 0.92% -
XYZ 47.34 39.8 19.94 -
YUV 169.38 94.49 174.09 -
System Red Green Blue C M Y K H S L
Decimal 234 148 110 0 0.37 0.53 0.08 18.39 0.75 0.67
Hex EA 94 6E 0 25 35 8 12 4B 43
Octal 352 224 156 0 45 65 10 22 113 103
Binary 11101010 10010100 1101110 0 100101 110101 1000 10010 1001011 1000011

Color Harmonies of #EA946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA946E

Black with #EA946E

Text Example


Text Example

White with #EA946E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA946E; }

 p { color: rgb(234,148,110); }

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

background-color css

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

 a { background-color: rgb(234,148,110); }

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

border-color css

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

 span { border-color: rgb(234,148,110); }

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