Html Css Color HEX #EF9472 Dark Salmon

📋 copy color: '#EF9472'

red 239 ◦ green 148 ◦ blue 114

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

Shades of Dark Salmon #EF9472

Tints of Dark Salmon #EF9472

RGB

 RED value IS 239 (93.75% from 255) = 47.7%

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

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

R = 47.7%
G = 29.54%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EF9472 (or 0xEF9472) is known color: Dark Salmon. HEX triplet: EF, 94 and 72. RGB value is (239,148,114). Sum of RGB (Red+Green+Blue) = 239+148+114=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9472 is #106B8D. Grayscale: #ABABAB. Windows color (decimal): -1076110 or 7509231. OLE color: 7509231.

HSL color Cylindrical-coordinate representation of color #EF9472: hue angle of 16.32º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF9472 is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 148 114 -
CMYK 0 0.38 0.52 0.06
HSL 16.32º 0.8% 0.69% -
HSV(B) 16.32º 0.52% 0.94% -
XYZ 49.22 40.75 21.19 -
YUV 171.33 95.65 176.26 -
System Red Green Blue C M Y K H S L
Decimal 239 148 114 0 0.38 0.52 0.06 16.32 0.8 0.69
Hex EF 94 72 0 26 34 6 10 50 45
Octal 357 224 162 0 46 64 6 20 120 105
Binary 11101111 10010100 1110010 0 100110 110100 110 10000 1010000 1000101

Color Harmonies of #EF9472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9472

Black with #EF9472

Text Example


Text Example

White with #EF9472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9472; }

 p { color: rgb(239,148,114); }

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

background-color css

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

 a { background-color: rgb(239,148,114); }

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

border-color css

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

 span { border-color: rgb(239,148,114); }

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