Html Css Color HEX #E09482 Dark Salmon

📋 copy color: '#E09482'

red 224 ◦ green 148 ◦ blue 130

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

Shades of Dark Salmon #E09482

Tints of Dark Salmon #E09482

RGB

 RED value IS 224 (87.89% from 255) = 44.62%

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

 BLUE value IS 130 (51.17% from 255) = 25.9%

R = 44.62%
G = 29.48%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E09482 (or 0xE09482) is known color: Dark Salmon. HEX triplet: E0, 94 and 82. RGB value is (224,148,130). Sum of RGB (Red+Green+Blue) = 224+148+130=502 (66% of max value = 765). Red value is 224 (87.89% from 255 or 44.62% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 224 - color contains mainly: red. Hex color #E09482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E09482 is #1F6B7D. Grayscale: #A8A8A8. Windows color (decimal): -2059134 or 8557792. OLE color: 8557792.

HSL color Cylindrical-coordinate representation of color #E09482: hue angle of 11.49º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #E09482 is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 148 130 -
CMYK 0 0.34 0.42 0.12
HSL 11.49º 0.6% 0.69% -
HSV(B) 11.49º 0.42% 0.88% -
XYZ 45.36 38.64 26.19 -
YUV 168.67 106.18 167.46 -
System Red Green Blue C M Y K H S L
Decimal 224 148 130 0 0.34 0.42 0.12 11.49 0.6 0.69
Hex E0 94 82 0 22 2A C B 3C 45
Octal 340 224 202 0 42 52 14 13 74 105
Binary 11100000 10010100 10000010 0 100010 101010 1100 1011 111100 1000101

Color Harmonies of #E09482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E09482

Black with #E09482

Text Example


Text Example

White with #E09482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E09482; }

 p { color: rgb(224,148,130); }

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

background-color css

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

 a { background-color: rgb(224,148,130); }

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

border-color css

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

 span { border-color: rgb(224,148,130); }

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