Html Css Color HEX #EA9972 Dark Salmon

📋 copy color: '#EA9972'

red 234 ◦ green 153 ◦ blue 114

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

Shades of Dark Salmon #EA9972

Tints of Dark Salmon #EA9972

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.54%

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

R = 46.71%
G = 30.54%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EA9972 (or 0xEA9972) is known color: Dark Salmon. HEX triplet: EA, 99 and 72. RGB value is (234,153,114). Sum of RGB (Red+Green+Blue) = 234+153+114=501 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.71% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9972 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9972 is #15668D. Grayscale: #ADADAD. Windows color (decimal): -1402510 or 7510506. OLE color: 7510506.

HSL color Cylindrical-coordinate representation of color #EA9972: hue angle of 19.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 #EA9972 is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 153 114 -
CMYK 0 0.35 0.51 0.08
HSL 19.5º 0.74% 0.68% -
HSV(B) 19.5º 0.51% 0.92% -
XYZ 48.36 41.49 21.38 -
YUV 172.77 94.84 171.67 -
System Red Green Blue C M Y K H S L
Decimal 234 153 114 0 0.35 0.51 0.08 19.5 0.74 0.68
Hex EA 99 72 0 23 33 8 14 4A 44
Octal 352 231 162 0 43 63 10 24 112 104
Binary 11101010 10011001 1110010 0 100011 110011 1000 10100 1001010 1000100

Color Harmonies of #EA9972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA9972

Black with #EA9972

Text Example


Text Example

White with #EA9972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA9972; }

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

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

background-color css

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

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

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

border-color css

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

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

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