Html Css Color HEX #E69872 Dark Salmon

📋 copy color: '#E69872'

red 230 ◦ green 152 ◦ blue 114

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

Shades of Dark Salmon #E69872

Tints of Dark Salmon #E69872

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.65%

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

R = 46.37%
G = 30.65%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.10

RGB Variations

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

Color information

#E69872 (or 0xE69872) is known color: Dark Salmon. HEX triplet: E6, 98 and 72. RGB value is (230,152,114). Sum of RGB (Red+Green+Blue) = 230+152+114=496 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.37% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 114 (44.92% from 255 or 22.98% from 496); Max value from RGB is 230 - color contains mainly: red. Hex color #E69872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E69872 is #19678D. Grayscale: #ABABAB. Windows color (decimal): -1664910 or 7510246. OLE color: 7510246.

HSL color Cylindrical-coordinate representation of color #E69872: hue angle of 19.66º 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 #E69872 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 152 114 -
CMYK 0 0.34 0.50 0.10
HSL 19.66º 0.7% 0.67% -
HSV(B) 19.66º 0.5% 0.9% -
XYZ 46.9 40.49 21.26 -
YUV 170.99 95.84 170.09 -
System Red Green Blue C M Y K H S L
Decimal 230 152 114 0 0.34 0.50 0.10 19.66 0.7 0.67
Hex E6 98 72 0 22 32 A 14 46 43
Octal 346 230 162 0 42 62 12 24 106 103
Binary 11100110 10011000 1110010 0 100010 110010 1010 10100 1000110 1000011

Color Harmonies of #E69872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69872

Black with #E69872

Text Example


Text Example

White with #E69872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69872; }

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

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

background-color css

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

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

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

border-color css

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

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

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