Html Css Color HEX #E69381 Dark Salmon

📋 copy color: '#E69381'

red 230 ◦ green 147 ◦ blue 129

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

Shades of Dark Salmon #E69381

Tints of Dark Salmon #E69381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.05%

 BLUE value IS 129 (50.78% from 255) = 25.49%

R = 45.45%
G = 29.05%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E69381 (or 0xE69381) is known color: Dark Salmon. HEX triplet: E6, 93 and 81. RGB value is (230,147,129). Sum of RGB (Red+Green+Blue) = 230+147+129=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 147 (57.81% from 255 or 29.05% from 506); Blue value is 129 (50.78% from 255 or 25.49% from 506); Max value from RGB is 230 - color contains mainly: red. Hex color #E69381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69381 is #196C7E. Grayscale: #A9A9A9. Windows color (decimal): -1666175 or 8492006. OLE color: 8492006.

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

Color convert

RGB 230 147 129 -
CMYK 0 0.36 0.44 0.10
HSL 10.69º 0.67% 0.7% -
HSV(B) 10.69º 0.44% 0.9% -
XYZ 47.03 39.28 25.87 -
YUV 169.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 230 147 129 0 0.36 0.44 0.10 10.69 0.67 0.7
Hex E6 93 81 0 24 2C A B 43 46
Octal 346 223 201 0 44 54 12 13 103 106
Binary 11100110 10010011 10000001 0 100100 101100 1010 1011 1000011 1000110

Color Harmonies of #E69381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E69381

Black with #E69381

Text Example


Text Example

White with #E69381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E69381; }

 p { color: rgb(230,147,129); }

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

background-color css

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

 a { background-color: rgb(230,147,129); }

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

border-color css

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

 span { border-color: rgb(230,147,129); }

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