Html Css Color HEX #EE927A Dark Salmon

📋 copy color: '#EE927A'

red 238 ◦ green 146 ◦ blue 122

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

Shades of Dark Salmon #EE927A

Tints of Dark Salmon #EE927A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.11%

R = 47.04%
G = 28.85%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#EE927A (or 0xEE927A) is known color: Dark Salmon. HEX triplet: EE, 92 and 7A. RGB value is (238,146,122). Sum of RGB (Red+Green+Blue) = 238+146+122=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE927A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE927A is #116D85. Grayscale: #AAAAAA. Windows color (decimal): -1142150 or 8033006. OLE color: 8033006.

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

Color convert

RGB 238 146 122 -
CMYK 0 0.39 0.49 0.07
HSL 12.41º 0.77% 0.71% -
HSV(B) 12.41º 0.49% 0.93% -
XYZ 49.05 40.14 23.57 -
YUV 170.77 100.48 175.95 -
System Red Green Blue C M Y K H S L
Decimal 238 146 122 0 0.39 0.49 0.07 12.41 0.77 0.71
Hex EE 92 7A 0 27 31 7 C 4D 47
Octal 356 222 172 0 47 61 7 14 115 107
Binary 11101110 10010010 1111010 0 100111 110001 111 1100 1001101 1000111

Color Harmonies of #EE927A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE927A

Black with #EE927A

Text Example


Text Example

White with #EE927A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE927A; }

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

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

background-color css

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

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

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

border-color css

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

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

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