Html Css Color HEX #EE926E Dark Salmon

📋 copy color: '#EE926E'

red 238 ◦ green 146 ◦ blue 110

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

Shades of Dark Salmon #EE926E

Tints of Dark Salmon #EE926E

RGB

 RED value IS 238 (93.36% from 255) = 48.18%

 GREEN value IS 146 (57.42% from 255) = 29.55%

 BLUE value IS 110 (43.36% from 255) = 22.27%

R = 48.18%
G = 29.55%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EE926E (or 0xEE926E) is known color: Dark Salmon. HEX triplet: EE, 92 and 6E. RGB value is (238,146,110). Sum of RGB (Red+Green+Blue) = 238+146+110=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 146 (57.42% from 255 or 29.55% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EE926E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE926E is #116D91. Grayscale: #A9A9A9. Windows color (decimal): -1142162 or 7246574. OLE color: 7246574.

HSL color Cylindrical-coordinate representation of color #EE926E: hue angle of 16.88º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EE926E is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 146 110 -
CMYK 0 0.39 0.54 0.07
HSL 16.88º 0.79% 0.68% -
HSV(B) 16.88º 0.54% 0.93% -
XYZ 48.35 39.86 19.9 -
YUV 169.4 94.48 176.93 -
System Red Green Blue C M Y K H S L
Decimal 238 146 110 0 0.39 0.54 0.07 16.88 0.79 0.68
Hex EE 92 6E 0 27 36 7 11 4F 44
Octal 356 222 156 0 47 66 7 21 117 104
Binary 11101110 10010010 1101110 0 100111 110110 111 10001 1001111 1000100

Color Harmonies of #EE926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE926E

Black with #EE926E

Text Example


Text Example

White with #EE926E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE926E; }

 p { color: rgb(238,146,110); }

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

background-color css

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

 a { background-color: rgb(238,146,110); }

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

border-color css

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

 span { border-color: rgb(238,146,110); }

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