Html Css Color HEX #EA9572 Dark Salmon

📋 copy color: '#EA9572'

red 234 ◦ green 149 ◦ blue 114

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

Shades of Dark Salmon #EA9572

Tints of Dark Salmon #EA9572

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.98%

 BLUE value IS 114 (44.92% from 255) = 22.94%

R = 47.08%
G = 29.98%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA9572 (or 0xEA9572) is known color: Dark Salmon. HEX triplet: EA, 95 and 72. RGB value is (234,149,114). Sum of RGB (Red+Green+Blue) = 234+149+114=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 149 (58.59% from 255 or 29.98% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9572 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9572 is #156A8D. Grayscale: #AAAAAA. Windows color (decimal): -1403534 or 7509482. OLE color: 7509482.

HSL color Cylindrical-coordinate representation of color #EA9572: hue angle of 17.5º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EA9572 is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 149 114 -
CMYK 0 0.36 0.51 0.08
HSL 17.5º 0.74% 0.68% -
HSV(B) 17.5º 0.51% 0.92% -
XYZ 47.72 40.2 21.16 -
YUV 170.43 96.16 173.35 -
System Red Green Blue C M Y K H S L
Decimal 234 149 114 0 0.36 0.51 0.08 17.5 0.74 0.68
Hex EA 95 72 0 24 33 8 12 4A 44
Octal 352 225 162 0 44 63 10 22 112 104
Binary 11101010 10010101 1110010 0 100100 110011 1000 10010 1001010 1000100

Color Harmonies of #EA9572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9572

Black with #EA9572

Text Example


Text Example

White with #EA9572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9572; }

 p { color: rgb(234,149,114); }

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

background-color css

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

 a { background-color: rgb(234,149,114); }

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

border-color css

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

 span { border-color: rgb(234,149,114); }

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