Html Css Color HEX #EE926C Dark Salmon

📋 copy color: '#EE926C'

red 238 ◦ green 146 ◦ blue 108

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

Shades of Dark Salmon #EE926C

Tints of Dark Salmon #EE926C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.95%

R = 48.37%
G = 29.67%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE926C (or 0xEE926C) is known color: Dark Salmon. HEX triplet: EE, 92 and 6C. RGB value is (238,146,108). Sum of RGB (Red+Green+Blue) = 238+146+108=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 146 (57.42% from 255 or 29.67% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EE926C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE926C is #116D93. Grayscale: #A9A9A9. Windows color (decimal): -1142164 or 7115502. OLE color: 7115502.

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

Color convert

RGB 238 146 108 -
CMYK 0 0.39 0.55 0.07
HSL 17.54º 0.79% 0.68% -
HSV(B) 17.54º 0.55% 0.93% -
XYZ 48.25 39.82 19.33 -
YUV 169.18 93.48 177.09 -
System Red Green Blue C M Y K H S L
Decimal 238 146 108 0 0.39 0.55 0.07 17.54 0.79 0.68
Hex EE 92 6C 0 27 37 7 12 4F 44
Octal 356 222 154 0 47 67 7 22 117 104
Binary 11101110 10010010 1101100 0 100111 110111 111 10010 1001111 1000100

Color Harmonies of #EE926C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE926C

Black with #EE926C

Text Example


Text Example

White with #EE926C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE926C; }

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

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

background-color css

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

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

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

border-color css

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

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

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