Html Css Color HEX #E69472 Dark Salmon

📋 copy color: '#E69472'

red 230 ◦ green 148 ◦ blue 114

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

Shades of Dark Salmon #E69472

Tints of Dark Salmon #E69472

RGB

 RED value IS 230 (90.23% from 255) = 46.75%

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

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

R = 46.75%
G = 30.08%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E69472 (or 0xE69472) is known color: Dark Salmon. HEX triplet: E6, 94 and 72. RGB value is (230,148,114). Sum of RGB (Red+Green+Blue) = 230+148+114=492 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.75% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 230 - color contains mainly: red. Hex color #E69472 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69472 is #196B8D. Grayscale: #A8A8A8. Windows color (decimal): -1665934 or 7509222. OLE color: 7509222.

HSL color Cylindrical-coordinate representation of color #E69472: hue angle of 17.59º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E69472 is Cyan = 0, Magento = 0.36, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 148 114 -
CMYK 0 0.36 0.50 0.10
HSL 17.59º 0.7% 0.67% -
HSV(B) 17.59º 0.5% 0.9% -
XYZ 46.26 39.22 21.05 -
YUV 168.64 97.17 171.76 -
System Red Green Blue C M Y K H S L
Decimal 230 148 114 0 0.36 0.50 0.10 17.59 0.7 0.67
Hex E6 94 72 0 24 32 A 12 46 43
Octal 346 224 162 0 44 62 12 22 106 103
Binary 11100110 10010100 1110010 0 100100 110010 1010 10010 1000110 1000011

Color Harmonies of #E69472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69472

Black with #E69472

Text Example


Text Example

White with #E69472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69472; }

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

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

background-color css

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

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

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

border-color css

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

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

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