Html Css Color HEX #EE946A Dark Salmon

📋 copy color: '#EE946A'

red 238 ◦ green 148 ◦ blue 106

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

Shades of Dark Salmon #EE946A

Tints of Dark Salmon #EE946A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.08%

 BLUE value IS 106 (41.8% from 255) = 21.54%

R = 48.37%
G = 30.08%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#EE946A (or 0xEE946A) is known color: Dark Salmon. HEX triplet: EE, 94 and 6A. RGB value is (238,148,106). Sum of RGB (Red+Green+Blue) = 238+148+106=492 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.37% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 106 (41.80% from 255 or 21.54% from 492); Max value from RGB is 238 - color contains mainly: red. Hex color #EE946A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EE946A is #116B95. Grayscale: #AAAAAA. Windows color (decimal): -1141654 or 6984942. OLE color: 6984942.

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

Color convert

RGB 238 148 106 -
CMYK 0 0.38 0.55 0.07
HSL 19.09º 0.8% 0.67% -
HSV(B) 19.09º 0.55% 0.93% -
XYZ 48.45 40.4 18.88 -
YUV 170.12 91.82 176.42 -
System Red Green Blue C M Y K H S L
Decimal 238 148 106 0 0.38 0.55 0.07 19.09 0.8 0.67
Hex EE 94 6A 0 26 37 7 13 50 43
Octal 356 224 152 0 46 67 7 23 120 103
Binary 11101110 10010100 1101010 0 100110 110111 111 10011 1010000 1000011

Color Harmonies of #EE946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE946A

Black with #EE946A

Text Example


Text Example

White with #EE946A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE946A; }

 p { color: rgb(238,148,106); }

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

background-color css

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

 a { background-color: rgb(238,148,106); }

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

border-color css

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

 span { border-color: rgb(238,148,106); }

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